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