RGB HEX Converter

This extension performs the conversion between rgb and hex. It's fast and stable.

Cos'è RGB HEX Converter?

RGB HEX Converter è un'estensione di Chrome sviluppata da Yizhao He, e la sua funzione principale è "This extension performs the conversion between rgb and hex. It's fast and stable.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione RGB HEX Converter

Scarica i file di estensione RGB HEX Converter 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

                        This extension performs the conversion between rgb and hex. It's fast, elegant and stable.                    

Informazioni di Base sull'Estensione

Nome RGB HEX Converter RGB HEX Converter
ID ingginimfdkleceoglpialnhkioahnfe
URL Ufficiale https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe
Descrizione This extension performs the conversion between rgb and hex. It's fast and stable.
Dimensione del File 17.31 KB
Conteggio Installazioni 124
Versione Corrente 1.0
Ultimo Aggiornamento 2015-11-17
Data di Pubblicazione 2015-11-17
Sviluppatore Yizhao He
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://dafbang.com/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGB HEX Converter",
    "description": "This extension performs the conversion between rgb and hex. It's fast and stable.",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}