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…

What is colorful?

colorful is a Chrome extension developed by pierre depaz, and its main feature is "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…".

Extension Screenshots

Download colorful Extension CRX File

Download colorful extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
Official URL https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Description colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
File Size 38.97 KB
Installation Count 16
Current Version 1.1
Last Updated 2016-02-14
Publish Date 2016-02-14
Developer pierre depaz
Payment Type free
Extension Website http://pierredepaz.net
Supported Languages 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"
    }
}