Image Color Picker - find colors from image
Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Что такое Image Color Picker - find colors from image?
Image Color Picker - find colors from image - это расширение Chrome, разработанное https://libscat.com, и его основная функция - "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".
Снимки экрана расширения
Скачать файл CRX расширения Image Color Picker - find colors from image
Скачайте файлы расширений Image Color Picker - find colors from image в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click this chrome extension icon to display a list of images in the browsed webpage. Select one of the images, and the image color picker tool will be opened. With the tool, you can get various color codes of the image.
Основная информация о расширении
Название | Image Color Picker - find colors from image |
ID | ainpldfncpicabccajiklbibogoonpjp |
Официальный URL | https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp |
Описание | Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image. |
Размер файла | 93.44 KB |
Количество установок | 1,852 |
Текущая Версия | 2.0 |
Последнее Обновление | 2020-07-08 |
Дата публикации | 2020-07-03 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://libscat.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://libscat.com/html-color-codes/color-from-image.html |
URL страницы помощи | https://libscat.com |
URL страницы политики конфиденциальности | https://libscat.com/privacy-policy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Color Picker - find colors from image", "version": "2.0", "description": "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Find colors from image", "default_icon": "images\/libscat_32.png" }, "icons": { "16": "images\/libscat_16.png", "32": "images\/libscat_32.png", "48": "images\/libscat_48.png", "128": "images\/libscat_128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*", "style\/*", "lib\/*", "page\/*", "script\/main.js" ] } |