Pick Color
A Chrome Extension for enhance Colors picker & color converter
Was ist Pick Color?
Pick Color ist eine Chrome-Erweiterung, die von Shaikh Saifuddin entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome Extension for enhance Colors picker & color converter".
Erweiterungsscreenshots
Pick Color-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pick Color-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
Best color picker tool. Pick colors from a browser tab and copy in any format. Awesome color picker allows you to select a pixel on the page and get color in popular formats. Grab colors from any website. It is Fast and reliable color picker tool.
Features:
🎅 Pick a color from anywhere on your screen
⭐ Just select the color picker and pick the color it will generate color code
🍳 Formats: hex, hex shorthand, RGB, HSL
🧧 History panel with the latest selected colors
🎨 Get Random color generated with all the color formats
🍭 Easy to use Just copy and past in your code. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | khjolfgpcjhcmealonfmmchhagngnecf |
| Offizielle URL | https://chromewebstore.google.com/detail/pick-color/khjolfgpcjhcmealonfmmchhagngnecf |
| Beschreibung | A Chrome Extension for enhance Colors picker & color converter |
| Dateigröße | 475 KB |
| Installationsanzahl | 1,413 |
| Aktuelle Version | 0.0.21 |
| Letztes Update | 2021-12-18 |
| Veröffentlichungsdatum | 2021-12-15 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Shaikh Saifuddin |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://colorio.web.app/ |
| Hilfeseite URL | https://imsaif.web.app/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pick Color",
"version": "0.0.21",
"description": "A Chrome Extension for enhance Colors picker & color converter",
"browser_action": {
"default_icon": "assets\/images\/icons\/favicon-32x32.png",
"default_popup": "index.html"
},
"icons": {
"16": "assets\/images\/icons\/favicon-16x16.png",
"48": "assets\/images\/icons\/android-icon-48x48.png",
"128": "assets\/images\/icons\/android-icon-48x48.png"
},
"background": {
"scripts": [
"assets\/js\/appScript.js"
]
},
"permissions": [
"storage"
],
"web_accessible_resources": [
"assets\/images\/*"
],
"manifest_version": 2
} | |