Color Picker

Color picker for Sketchful

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
faux
일일 설치 수
0
총 설치 수
804
평점
1 0 0
버전
0.7.5
생성일
2020-06-29
갱신일
2020-08-19
크기
16.8KB
라이선스
MIT
적용 사이트

Removing colors

Hold alt and click on a color to remove it, palette needs to be unlocked.

Removing current page

Hold alt + shift until a red border appears around the colors, then click on any color to remove the page.

Change specific color

Hold shift and click the color you want to change, pick a color, and then save it by pressing the save icon.

Canvas eyedropper

Select a color from the canvas by alt + clicking on it.

Export palettes

Shift + click the save icon to download the current palette.

Import palettes

Drag and drop a text file with hex codes onto the save icon to load a palette. You can import palettes from this website by exporting them as code and dragging that txt file.

Reset palettes

To reset the palettes back to the default ones paste this into the console:

(function () {
    localStorage.removeItem("palettes");
    localStorage.removeItem("lockedPalettes");
})();