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…

Co je colorful?

colorful je rozšíření Chrome vyvinuté pierre depaz, a jeho hlavní funkcí je „colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření colorful

Stáhněte si soubory rozšíření colorful ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
Oficiální URL https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Popis colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
Velikost souboru 38.97 KB
Počet instalací 16
Aktuální Verze 1.1
Poslední Aktualizace 2016-02-14
Datum Vydání 2016-02-14
Vývojář pierre depaz
Typ Platby free
Webové stránky Rozšíření http://pierredepaz.net
Podporované Jazyky 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"
    }
}