Hexualize
Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
Wat is Hexualize?
Hexualize is een Chrome-extensie ontwikkeld door Mads Cordes, en de belangrijkste functie is "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hexualize
Download Hexualize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Hexualize |
ID | einndnmgmahiiafinedpcjpkmckadfoi |
Officiële URL | https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi |
Beschrijving | Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour. |
Bestandsgrootte | 39.65 KB |
Aantal Installaties | 26 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2014-09-20 |
Publicatiedatum | 2014-09-20 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Mads Cordes |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |