Hexualize

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

Apa itu Hexualize?

Hexualize adalah ekstensi Chrome yang dikembangkan oleh Mads Cordes, dan fitur utamanya adalah "Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hexualize

Unduh file ekstensi Hexualize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Hexualize Hexualize
ID einndnmgmahiiafinedpcjpkmckadfoi
URL Resmi https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi
Deskripsi Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
Ukuran File 39.65 KB
Jumlah Instalasi 26
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2014-09-20
Tanggal Publikasi 2014-09-20
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Mads Cordes
Tipe Pembayaran free
Bahasa yang Didukung 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": [
        ""
    ]
}