Color Picker Pro

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

Qu'est-ce que Color Picker Pro ?

Color Picker Pro est une extension Chrome développée par mdlrichardson, et sa fonction principale est "Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Color Picker Pro

Téléchargez les fichiers d'extension Color Picker Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Color Picker Pro Color Picker Pro
ID bfanioaedpipgmkmmikpgpcgloipdfmh
URL Officiel https://chromewebstore.google.com/detail/color-picker-pro/bfanioaedpipgmkmmikpgpcgloipdfmh
Description Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!
Taille du Fichier 35.99 KB
Nombre d'Installations 1,689
Version Actuelle 0.1
Dernière Mise à Jour 2013-12-30
Date de Publication 2013-12-29
Évaluation 1.19/5 Total 21 Évaluations
Développeur mdlrichardson
Type de Paiement free
Langues Prises en Charge 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"
    }
}