Color Picker
A simple color picker extension. copy or clear them with a single click.
Wat is Color Picker?
Color Picker is een Chrome-extensie ontwikkeld door Tejas Sachin Sharma, en de belangrijkste functie is "A simple color picker extension. copy or clear them with a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Color Picker
Download Color Picker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Color Picker |
ID | blhbodfabadkmkbechlomcgfhlbhpabp |
Officiële URL | https://chromewebstore.google.com/detail/color-picker/blhbodfabadkmkbechlomcgfhlbhpabp |
Beschrijving | A simple color picker extension. copy or clear them with a single click. |
Bestandsgrootte | 16.16 KB |
Aantal Installaties | 273 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-09-24 |
Publicatiedatum | 2023-03-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Tejas Sachin Sharma |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |