Color-Converter

Convert your color to other color-formats (hex <-> rgb <-> hsl)

Cos'è Color-Converter?

Color-Converter è un'estensione di Chrome sviluppata da https://heithe.com, e la sua funzione principale è "Convert your color to other color-formats (hex <-> rgb <-> hsl)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Color-Converter

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

                        This Extension let you convert a given color into other color-formats.
At this time you can convert: hex, splitted hex <-> rgb in decimal or percentage <-> hsl in decimal or percentage
Just look at the screenshots, install and try it :)

Watch my blog: http://www.heithe.com
Contact me: heithe01+chrcc at gmail dot com
Donations are welcome to heithe01 at gmail dot com through paypal :)                    

Informazioni di Base sull'Estensione

Nome Color-Converter Color-Converter
ID ekjjmfmbokeceeeblblppmgkcenhncii
URL Ufficiale https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii
Descrizione Convert your color to other color-formats (hex <-> rgb <-> hsl)
Dimensione del File 111 KB
Conteggio Installazioni 1,105
Versione Corrente 1.0.1.1
Ultimo Aggiornamento 2013-06-25
Data di Pubblicazione 2013-06-25
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://heithe.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.heithe.com/blog/
URL della Pagina di Aiuto http://www.heithe.com/blog/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/icons\/color_converter_logo_19.png",
        "default_popup": "html\/color_converter.html",
        "default_title": "Color-Converter"
    },
    "description": "Convert your color to other color-formats (hex <-> rgb <-> hsl)",
    "icons": {
        "128": "img\/icons\/color_converter_logo_128.png",
        "16": "img\/icons\/color_converter_logo_16.png",
        "48": "img\/icons\/color_converter_logo_48.png"
    },
    "manifest_version": 2,
    "name": "Color-Converter",
    "version": "1.0.1.1"
}