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…

Co to jest colorful?

colorful to rozszerzenie Chrome opracowane przez pierre depaz, a jego główną funkcją jest „colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia colorful

Pobierz pliki rozszerzeń colorful w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
Oficjalny URL https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Opis colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
Rozmiar pliku 38.97 KB
Liczba instalacji 16
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-02-14
Data Publikacji 2016-02-14
Deweloper pierre depaz
Typ Płatności free
Strona Rozszerzenia http://pierredepaz.net
Obsługiwane Języki 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"
    }
}