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…

Hvad er colorful?

colorful er en Chrome-udvidelse udviklet af pierre depaz, og dens hovedfunktion er "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…".

Udvidelsesskærmbilleder

Download colorful-udvidelses-CRX-fil

Download colorful-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
Officiel URL https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Beskrivelse colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
Filstørrelse 38.97 KB
Antal Installationer 16
Nuværende Version 1.1
Senest Opdateret 2016-02-14
Udgivelsesdato 2016-02-14
Udvikler pierre depaz
Betalingsmetode free
Udvidelseswebsted http://pierredepaz.net
Understøttede Sprog 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"
    }
}