Highlight Color

Change the default Highlight Color

Apa itu Highlight Color?

Highlight Color adalah ekstensi Chrome yang dikembangkan oleh Partial Science, dan fitur utamanya adalah "Change the default Highlight Color".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Highlight Color

Unduh file ekstensi Highlight Color 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

                        Tiered of seeing that boring and dull shade of blue when ever you select text on a website? Well now you can change the color with only a few simple clicks

How to use 

Download the extension 
Click the Enabled Box
Select the colors you want easily with your computers default color picker
Then click "save changes" and the color will change 
It's that simple

Version 3.0
Bug fixes
PS the code is really messy and poorly optimized as this is one of the first extensions I had ever written and I will do a complete rewrite of it when I get the chance for the next update. Hopefully 3.0 fixed an installation issue some users were facing but don't worry this poor state is only temporary and Version 4.0 should be much better so stay posted and I hope you like the extension :)                    

Informasi Dasar Ekstensi

Nama Highlight Color Highlight Color
ID dllbflhpdeinobodaaibnojmgejkkjii
URL Resmi https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii
Deskripsi Change the default Highlight Color
Ukuran File 863 KB
Jumlah Instalasi 5,209
Versi Saat Ini 3.0
Terakhir Diperbarui 2015-09-30
Tanggal Publikasi 2015-09-30
Penilaian 2.77/5 Total 70 Penilaian
Pengembang Partial Science
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Highlight Color"
    },
    "description": "Change the default Highlight Color",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Highlight Color",
    "version": "3.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}