Color picker
Finds the color under your cursor in HEX and RGB form
Qu'est-ce que Color picker ?
Color picker est une extension Chrome développée par Felix, et sa fonction principale est "Finds the color under your cursor in HEX and RGB form".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Color picker
Téléchargez les fichiers d'extension Color picker 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
Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. **This extension is only compatible with Chrome, Opera, and Microsoft Edge. ** Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.
Informations de Base sur l'Extension
Nom | Color picker |
ID | bgbfgaaibhpepheabkdeniilmcljibob |
URL Officiel | https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob |
Description | Finds the color under your cursor in HEX and RGB form |
Taille du Fichier | 855 KB |
Nombre d'Installations | 1,317 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-03-28 |
Date de Publication | 2022-03-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Felix |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color picker", "description": "Finds the color under your cursor in HEX and RGB form", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/wheel16.png", "32": "\/images\/wheel32.png", "48": "\/images\/wheel48.png", "128": "\/images\/wheel128.png" } } |