Highlight Color

Change the default Highlight Color

Wat is Highlight Color?

Highlight Color is een Chrome-extensie ontwikkeld door Partial Science, en de belangrijkste functie is "Change the default Highlight Color".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Highlight Color

Download Highlight Color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 :)                    

Basisinformatie over de Extensie

Naam Highlight Color Highlight Color
ID dllbflhpdeinobodaaibnojmgejkkjii
Officiële URL https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii
Beschrijving Change the default Highlight Color
Bestandsgrootte 863 KB
Aantal Installaties 5,209
Huidige Versie 3.0
Laatst Bijgewerkt 2015-09-30
Publicatiedatum 2015-09-30
Beoordeling 2.77/5 Totaal 70 Beoordelingen
Ontwikkelaar Partial Science
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}