colorful

colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…

什么是colorful?

colorful是由pierre depaz开发的Chrome扩展程序,该扩展的主要功能是“colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…”。

扩展截图

下载colorful扩展crx文件

下载colorful扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        colorful changes the blackness of html text into a random gradient of colors.

click on the colorful icon on the top left of your chrome window to automatically color words!                    

扩展基本信息

名称 colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
官方URL https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
简介 colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
文件大小 38.97 KB
安装次数 16
当前版本 1.1
更新时间 2016-02-14
上架时间 2016-02-14
开发者 pierre depaz
付费类型 free
扩展官网 http://pierredepaz.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "colorful",
    "manifest_version": 2,
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "color_changer.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "color_listener.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "name": "colorful",
        "default_icons": "icon_128.png",
        "default_title": "colorful"
    }
}