Image Color Picker - find colors from image
Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Qu'est-ce que Image Color Picker - find colors from image ?
Image Color Picker - find colors from image est une extension Chrome développée par https://libscat.com, et sa fonction principale est "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Color Picker - find colors from image
Téléchargez les fichiers d'extension Image Color Picker - find colors from image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Image Color Picker - find colors from image |
ID | ainpldfncpicabccajiklbibogoonpjp |
URL Officiel | https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp |
Description | Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image. |
Taille du Fichier | 93.44 KB |
Nombre d'Installations | 1,852 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-07-08 |
Date de Publication | 2020-07-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://libscat.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://libscat.com/html-color-codes/color-from-image.html |
URL de la Page d'Aide | https://libscat.com |
URL de la Page de Politique de Confidentialité | https://libscat.com/privacy-policy.html |
Langues Prises en Charge | 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" ] } |