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…

Apa itu colorful?

colorful adalah ekstensi Chrome yang dikembangkan oleh pierre depaz, dan fitur utamanya adalah "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi colorful

Unduh file ekstensi colorful dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
URL Resmi https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Deskripsi colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
Ukuran File 38.97 KB
Jumlah Instalasi 16
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-02-14
Tanggal Publikasi 2016-02-14
Pengembang pierre depaz
Tipe Pembayaran free
Situs Ekstensi http://pierredepaz.net
Bahasa yang Didukung 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"
    }
}