Color Plate Picker
An awesome color picker for developer/designer
What is Color Plate Picker?
Color Plate Picker is a Chrome extension developed by Quyet Tran, and its main feature is "An awesome color picker for developer/designer".
Extension Screenshots
Download Color Plate Picker Extension CRX File
Download Color Plate 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
An awesome colors plate collection for developer/designer. Choose the best color in quick and save time ways with multiple plates.
Extension Basic Information
Name | Color Plate Picker |
ID | knfkbdnonhbbhokcfkgcbbgpchmkhgfd |
Official URL | https://chromewebstore.google.com/detail/color-plate-picker/knfkbdnonhbbhokcfkgcbbgpchmkhgfd |
Description | An awesome color picker for developer/designer |
File Size | 318 KB |
Installation Count | 170 |
Current Version | 1.0.0 |
Last Updated | 2020-06-07 |
Publish Date | 2020-06-07 |
Developer | Quyet Tran |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.topcv.vn/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Plate Picker", "description": "An awesome color picker for developer\/designer", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "dev-tool", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [], "options_ui": { "page": "options\/options.html", "chrome_style": true } } |