Color Picker
Simple color picker tool / eye dropper for get Hexadecimal and RGB values from color pallet.
What is Color Picker?
Color Picker is a Chrome extension developed by Shibin Philip, and its main feature is "Simple color picker tool / eye dropper for get Hexadecimal and RGB values from color pallet.".
Extension Screenshots
Download Color Picker Extension CRX File
Download Color Picker 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
Simple color picker tool for get Hexadecimal and RGB values from color pallet. Javascript and CSS create color pallet without any image
Extension Basic Information
Name | Color Picker |
ID | fdlhpibblejjknbopdpgdnegbkdlnfjj |
Official URL | https://chromewebstore.google.com/detail/color-picker/fdlhpibblejjknbopdpgdnegbkdlnfjj |
Description | Simple color picker tool / eye dropper for get Hexadecimal and RGB values from color pallet. |
File Size | 9.22 KB |
Installation Count | 393 |
Current Version | 2.0 |
Last Updated | 2017-07-24 |
Publish Date | 2017-07-24 |
Rating | 2.23/5 Total 13 Ratings |
Developer | Shibin Philip |
[email protected] | |
Payment Type | free |
Extension Website | http://twitter.com/shbn |
Help Page URL | http://twitter.com/shbn |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Picker", "version": "2.0", "description": "Simple color picker tool \/ eye dropper for get Hexadecimal and RGB values from color pallet.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Shibin Philip", "browser_action": { "default_title": "Color Picker", "default_popup": "popup.html" }, "homepage_url": "http:\/\/twitter.com\/shbn", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |