Hexualize

Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.

Vad är Hexualize?

Hexualize är en Chrome-tillägg utvecklad av Mads Cordes, och dess huvudfunktion är "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Hexualize-förlängningens CRX-fil

Ladda ner Hexualize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Hexualize Hexualize
ID einndnmgmahiiafinedpcjpkmckadfoi
Officiell webbadress https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi
Beskrivning Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
Filstorlek 39.65 KB
Antal Installationer 26
Aktuell Version 0.1.0
Senast Uppdaterad 2014-09-20
Publiceringsdatum 2014-09-20
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Mads Cordes
Betalningssätt free
Stödda Språk 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": [
        ""
    ]
}