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…

Was ist colorful?

colorful ist eine Chrome-Erweiterung, die von pierre depaz entwickelt wurde, und ihr Hauptmerkmal ist "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…".

Erweiterungsscreenshots

colorful-Erweiterungs-CRX-Datei herunterladen

Laden Sie colorful-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
Offizielle URL https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Beschreibung colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
Dateigröße 38.97 KB
Installationsanzahl 16
Aktuelle Version 1.1
Letztes Update 2016-02-14
Veröffentlichungsdatum 2016-02-14
Entwickler pierre depaz
Zahlungsart free
Erweiterungswebsite http://pierredepaz.net
Unterstützte Sprachen 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"
    }
}