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…

Qu'est-ce que colorful ?

colorful est une extension Chrome développée par pierre depaz, et sa fonction principale est "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension colorful

Téléchargez les fichiers d'extension colorful au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
URL Officiel 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…
Taille du Fichier 38.97 KB
Nombre d'Installations 16
Version Actuelle 1.1
Dernière Mise à Jour 2016-02-14
Date de Publication 2016-02-14
Développeur pierre depaz
Type de Paiement free
Site Web de l'Extension http://pierredepaz.net
Langues Prises en Charge 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"
    }
}