Chrome Highlighter

Change websites' selection color

Apa itu Chrome Highlighter?

Chrome Highlighter adalah ekstensi Chrome yang dikembangkan oleh Donaira & Pius, dan fitur utamanya adalah "Change websites' selection color".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Chrome Highlighter

Unduh file ekstensi Chrome Highlighter 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

                        Got bored of old boring blue selection color? Change it! This extensions allows you to easily control selection color on most of the website you visit daily. Make it more beautiful, make it more personal, make it yours.                    

Informasi Dasar Ekstensi

Nama Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
URL Resmi https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
Deskripsi Change websites' selection color
Ukuran File 43.59 KB
Jumlah Instalasi 1,934
Versi Saat Ini 1.1
Terakhir Diperbarui 2012-08-18
Tanggal Publikasi 2012-08-18
Penilaian 2.57/5 Total 7 Penilaian
Pengembang Donaira & Pius
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Highlighter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Change websites' selection color",
    "browser_action": {
        "default_icon": "icon16.PNG",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.PNG",
        "48": "icon48.PNG",
        "128": "icon128.PNG"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}