Hexualize

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

什麼是Hexualize?

Hexualize是由Mads Cordes開發的Chrome擴展程式,該擴展的主要功能是“Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.”。

擴展截圖

screenshot
screenshot
screenshot

下載Hexualize擴展crx文件

下載Hexualize擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Hexualize Hexualize
ID einndnmgmahiiafinedpcjpkmckadfoi
官方網址 https://chromewebstore.google.com/detail/hexualize/einndnmgmahiiafinedpcjpkmckadfoi
簡介 Visualize hex colours shown on web sites, by putting the colour underneath the shown hex colour.
檔案大小 39.65 KB
安裝次數 26
目前版本 0.1.0
更新時間 2014-09-20
上架時間 2014-09-20
評分 5.00/5 共 5 次評分
開發者 Mads Cordes
付費類型 free
支援的語言 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": [
        ""
    ]
}