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…

Wat is colorful?

colorful is een Chrome-extensie ontwikkeld door pierre depaz, en de belangrijkste functie 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…".

Extensie Screenshots

Download het CRX-bestand van de extensie colorful

Download colorful-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
Officiële URL https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Beschrijving colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
Bestandsgrootte 38.97 KB
Aantal Installaties 16
Huidige Versie 1.1
Laatst Bijgewerkt 2016-02-14
Publicatiedatum 2016-02-14
Ontwikkelaar pierre depaz
Betalingswijze free
Extensiewebsite http://pierredepaz.net
Ondersteunde Talen 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"
    }
}