Coloronyme
Yet another color picker !
What is Coloronyme?
Coloronyme is a Chrome extension developed by zessx, and its main feature is "Yet another color picker !".
Extension Screenshots
Download Coloronyme Extension CRX File
Download Coloronyme 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
Quickly pick a color ! Simple click to get Hex value (#87ffef) Ctrl + click to get RGB value (151,255,239)
Extension Basic Information
Name | |
ID | gcndpjejgcagfogjldodnbomkhdompoo |
Official URL | https://chrome.google.com/webstore/detail/coloronyme/gcndpjejgcagfogjldodnbomkhdompoo |
Description | Yet another color picker ! |
File Size | 25.02 KB |
Installation Count | 42 |
Current Version | 0.3.1 |
Last Updated | 2013-04-04 |
Publish Date | 2013-04-04 |
Developer | zessx |
Payment Type | free |
Extension Website | http://zes.sx |
Supported Languages | en-US |
manifest.json | |
{ "author": "@zessx", "browser_action": { "default_icon": "assets\/img\/icon16.png", "default_popup": "index.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Yet another color picker !", "name": "Coloronyme", "icons": { "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png", "16": "assets\/img\/icon16.png" }, "manifest_version": 2, "version": "0.3.1" } |