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…

Vad är colorful?

colorful är en Chrome-tillägg utvecklad av pierre depaz, och dess huvudfunktion är "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…".

Tilläggsskärmbilder

Ladda ner colorful-förlängningens CRX-fil

Ladda ner colorful-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
Officiell webbadress https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Beskrivning colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
Filstorlek 38.97 KB
Antal Installationer 16
Aktuell Version 1.1
Senast Uppdaterad 2016-02-14
Publiceringsdatum 2016-02-14
Utvecklare pierre depaz
Betalningssätt free
Tilläggswebbplats http://pierredepaz.net
Stödda Språk 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"
    }
}