colorexa
Quickly lookup for a color by typing or highlighting its hexadecimal code.
Cos'è colorexa?
colorexa è un'estensione di Chrome sviluppata da Rafael Bardini, e la sua funzione principale è "Quickly lookup for a color by typing or highlighting its hexadecimal code.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione colorexa
Scarica i file di estensione colorexa in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ldpbmphkljpjidkjjcogjeblepgbnlop |
| URL Ufficiale | https://chromewebstore.google.com/detail/colorexa/ldpbmphkljpjidkjjcogjeblepgbnlop |
| Descrizione | Quickly lookup for a color by typing or highlighting its hexadecimal code. |
| Dimensione del File | 18.58 KB |
| Conteggio Installazioni | 78 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2022-02-20 |
| Data di Pubblicazione | 2013-06-24 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Rafael Bardini |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://rbardini.github.io/colorexa/ |
| Lingue Supportate | 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": [
" | |