Hexualize
Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
What is Hexualize?
Hexualize is a Chrome extension developed by Mads Cordes, and its main feature is "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.".
Extension Screenshots
Download Hexualize Extension CRX File
Download Hexualize 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
Extension Basic Information
Name | Hexualize |
ID | einndnmgmahiiafinedpcjpkmckadfoi |
Official URL | https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi |
Description | Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour. |
File Size | 39.65 KB |
Installation Count | 26 |
Current Version | 0.1.0 |
Last Updated | 2014-09-20 |
Publish Date | 2014-09-20 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Mads Cordes |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hexualize", "description": "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.", "version": "0.1.0", "icons": { "128": "assets\/img\/icon_128.png" }, "author": "Mads Cordes", "background": { "scripts": [ "assets\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/js\/content.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ " |