Color Picker

Color picker for Sketchful

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

Bạn sẽ cần cài đặt một tiện ích mở rộng như Tampermonkey hoặc Violentmonkey để cài đặt kịch bản này.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
faux
Cài đặt hàng ngày
0
Số lần cài đặt
804
Đánh giá
1 0 0
Phiên bản
0.7.5
Đã tạo
29-06-2020
Đã cập nhật
19-08-2020
Kích thước
20 KB
Giấy phép
MIT
Áp dụng cho

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