Color Picker Pro

Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!

Cos'è Color Picker Pro?

Color Picker Pro è un'estensione di Chrome sviluppata da mdlrichardson, e la sua funzione principale è "Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Color Picker Pro

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

                        I created Color Picker Pro to assist me with some basic web design tasks. I wanted to be able to get hex codes for colors immediately without having to open up other apps like Photoshop.

If you have any questions or recommendations about Color Picker Pro, feel free to drop me an email at [email protected] 

Follow me on G+ for updates! https://plus.google.com/+MarkRichardson90/

Thanks for downloading and please feel free to leave an honest review!                    

Informazioni di Base sull'Estensione

Nome Color Picker Pro Color Picker Pro
ID bfanioaedpipgmkmmikpgpcgloipdfmh
URL Ufficiale https://chromewebstore.google.com/detail/color-picker-pro/bfanioaedpipgmkmmikpgpcgloipdfmh
Descrizione Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!
Dimensione del File 35.99 KB
Conteggio Installazioni 1,689
Versione Corrente 0.1
Ultimo Aggiornamento 2013-12-30
Data di Pubblicazione 2013-12-29
Valutazione 1.19/5 Totale 21 Valutazioni
Sviluppatore mdlrichardson
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Picker Pro",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!",
    "browser_action": {
        "default_icon": "color_picker.png",
        "default_title": "Color Picker Pro!",
        "default_popup": "extension.html"
    }
}