colorexa
Quickly lookup for a color by typing or highlighting its hexadecimal code.
Was ist colorexa?
colorexa ist eine Chrome-Erweiterung, die von Rafael Bardini entwickelt wurde, und ihr Hauptmerkmal ist "Quickly lookup for a color by typing or highlighting its hexadecimal code.".
Erweiterungsscreenshots
colorexa-Erweiterungs-CRX-Datei herunterladen
Laden Sie colorexa-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
A simple tool to lookup for colors specified as an RGB triplet in hexadecimal format. The background of the pop-up bubble refreshes automatically to represent the color typed in its text field or highlighted in the page. Supports full (six-digits) and abbreviated (three-digit) hexadecimal color codes.
Useful when you want to quickly check a color found in the source code of a page or stylesheet.
Visit the extension's website for a live preview. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ldpbmphkljpjidkjjcogjeblepgbnlop |
| Offizielle URL | https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop |
| Beschreibung | Quickly lookup for a color by typing or highlighting its hexadecimal code. |
| Dateigröße | 18.58 KB |
| Installationsanzahl | 78 |
| Aktuelle Version | 2.0.0 |
| Letztes Update | 2022-02-20 |
| Veröffentlichungsdatum | 2013-06-24 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Rafael Bardini |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://rbardini.github.io/colorexa/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "colorexa",
"version": "2.0.0",
"description": "Quickly lookup for a color by typing or highlighting its hexadecimal code.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"scripting",
"activeTab"
],
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/content-script.js"
],
"matches": [
" | |