Web-Smart Color Converter

Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).

Cos'è Web-Smart Color Converter?

Web-Smart Color Converter è un'estensione di Chrome sviluppata da Texugo Atroz, e la sua funzione principale è "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web-Smart Color Converter

Scarica i file di estensione Web-Smart Color 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

                        Git repository:
https://github.com/TexugoAtroz/web-smart-color-converter-chrome-extension                    

Informazioni di Base sull'Estensione

Nome Web-Smart Color Converter Web-Smart Color Converter
ID bnjfondkoainkkkfgafoagbdhjdbefmn
URL Ufficiale https://chromewebstore.google.com/detail/web-smart-color-converter/bnjfondkoainkkkfgafoagbdhjdbefmn
Descrizione Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).
Dimensione del File 88.4 KB
Conteggio Installazioni 22
Versione Corrente 0.8
Ultimo Aggiornamento 2017-11-07
Data di Pubblicazione 2017-11-07
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Texugo Atroz
Tipo di Pagamento free
Lingue Supportate pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Smart Color Converter",
    "version": "0.8",
    "description": "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).",
    "author": "Jonas Gabriel de Souza",
    "browser_action": {
        "default_icon": "assets\/icons\/icon19.png",
        "default_title": "Web-Smart Color Converter",
        "default_popup": "src\/popup.htm"
    }
}