Chrome Highlighter

Change websites' selection color

Wat is Chrome Highlighter?

Chrome Highlighter is een Chrome-extensie ontwikkeld door Donaira & Pius, en de belangrijkste functie is "Change websites' selection color".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chrome Highlighter

Download Chrome Highlighter-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

                        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.                    

Basisinformatie over de Extensie

Naam Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
Officiële URL https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
Beschrijving Change websites' selection color
Bestandsgrootte 43.59 KB
Aantal Installaties 1,934
Huidige Versie 1.1
Laatst Bijgewerkt 2012-08-18
Publicatiedatum 2012-08-18
Beoordeling 2.57/5 Totaal 7 Beoordelingen
Ontwikkelaar Donaira & Pius
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}