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
公式URL 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": [
        ""
    ]
}