Color Picker Pro

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

Was ist Color Picker Pro?

Color Picker Pro ist eine Chrome-Erweiterung, die von mdlrichardson entwickelt wurde, und ihr Hauptmerkmal ist "Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!".

Erweiterungsscreenshots

screenshot

Color Picker Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Picker Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Color Picker Pro Color Picker Pro
ID bfanioaedpipgmkmmikpgpcgloipdfmh
Offizielle URL https://chromewebstore.google.com/detail/color-picker-pro/bfanioaedpipgmkmmikpgpcgloipdfmh
Beschreibung Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!
Dateigröße 35.99 KB
Installationsanzahl 1,689
Aktuelle Version 0.1
Letztes Update 2013-12-30
Veröffentlichungsdatum 2013-12-29
Bewertung 1.19/5 Insgesamt 21 Bewertungen
Entwickler mdlrichardson
Zahlungsart free
Unterstützte Sprachen 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"
    }
}