Color Picker Pro
Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!
What is Color Picker Pro?
Color Picker Pro is a Chrome extension developed by mdlrichardson, and its main feature is "Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!".
Extension Screenshots
Download Color Picker Pro Extension CRX File
Download Color Picker Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Color Picker Pro |
ID | bfanioaedpipgmkmmikpgpcgloipdfmh |
Official URL | 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! |
File Size | 35.99 KB |
Installation Count | 1,689 |
Current Version | 0.1 |
Last Updated | 2013-12-30 |
Publish Date | 2013-12-29 |
Rating | 1.19/5 Total 21 Ratings |
Developer | mdlrichardson |
Payment Type | free |
Supported Languages | 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" } } |