Color Picker

Color picker for Sketchful

目前為 2020-07-09 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
faux
評價
0 0 0
版本
0.6.1
建立日期
2020-06-29
更新日期
2020-07-09
尺寸
15.5 KB
授權條款
未知
腳本執行於

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");
})();