Chrome Highlighter

Change websites' selection color

Cos'è Chrome Highlighter?

Chrome Highlighter è un'estensione di Chrome sviluppata da Donaira & Pius, e la sua funzione principale è "Change websites' selection color".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Chrome Highlighter

Scarica i file di estensione Chrome Highlighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
URL Ufficiale https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
Descrizione Change websites' selection color
Dimensione del File 43.59 KB
Conteggio Installazioni 1,934
Versione Corrente 1.1
Ultimo Aggiornamento 2012-08-18
Data di Pubblicazione 2012-08-18
Valutazione 2.57/5 Totale 7 Valutazioni
Sviluppatore Donaira & Pius
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}