Hexualize

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

Co to jest Hexualize?

Hexualize to rozszerzenie Chrome opracowane przez Mads Cordes, a jego główną funkcją jest „Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hexualize

Pobierz pliki rozszerzeń Hexualize w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Hexualize Hexualize
ID einndnmgmahiiafinedpcjpkmckadfoi
Oficjalny URL https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi
Opis Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
Rozmiar pliku 39.65 KB
Liczba instalacji 26
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2014-09-20
Data Publikacji 2014-09-20
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Mads Cordes
Typ Płatności free
Obsługiwane Języki 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": [
        ""
    ]
}