Color Picker
A simple color picker extension. copy or clear them with a single click.
Qu'est-ce que Color Picker ?
Color Picker est une extension Chrome développée par Tejas Sachin Sharma, et sa fonction principale est "A simple color picker extension. copy or clear them with a single click.".
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
Grab colors from web pages, color picker, color history. Compared to Color picker, color pick, eyedropper, colorzilla this better. Now you can easily pick any from any website with our new extension. Color Picker tool will get color palette from any webpage you need. It's a pretty useful tool for web developers or web designers. This extension is pretty simple to use and it has simple and user-friendly interface. We provide you and amazing and useful Color Picker tool so you can get HEX colors from any webpage.
Informations de Base sur l'Extension
Nom | Color Picker |
ID | blhbodfabadkmkbechlomcgfhlbhpabp |
URL Officiel | https://chromewebstore.google.com/detail/color-picker/blhbodfabadkmkbechlomcgfhlbhpabp |
Description | A simple color picker extension. copy or clear them with a single click. |
Taille du Fichier | 16.16 KB |
Nombre d'Installations | 273 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-09-24 |
Date de Publication | 2023-03-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Tejas Sachin Sharma |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Color Picker", "description": "A simple color picker extension. copy or clear them with a single click.", "version": "1.0", "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |