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"
    }
}