Image Color Picker - find colors from image
Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Was ist Image Color Picker - find colors from image?
Image Color Picker - find colors from image ist eine Chrome-Erweiterung, die von https://libscat.com entwickelt wurde, und ihr Hauptmerkmal ist "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".
Erweiterungsscreenshots
Image Color Picker - find colors from image-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image Color Picker - find colors from image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Image Color Picker - find colors from image |
ID | ainpldfncpicabccajiklbibogoonpjp |
Offizielle URL | https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp |
Beschreibung | Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image. |
Dateigröße | 93.44 KB |
Installationsanzahl | 1,852 |
Aktuelle Version | 2.0 |
Letztes Update | 2020-07-08 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://libscat.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://libscat.com/html-color-codes/color-from-image.html |
Hilfeseite URL | https://libscat.com |
URL der Datenschutzrichtlinien-Seite | https://libscat.com/privacy-policy.html |
Unterstützte Sprachen | 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" ] } |