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
官方網址 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"
    }
}