Chrome Highlighter

Change websites' selection color

Vad är Chrome Highlighter?

Chrome Highlighter är en Chrome-tillägg utvecklad av Donaira & Pius, och dess huvudfunktion är "Change websites' selection color".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Chrome Highlighter-förlängningens CRX-fil

Ladda ner Chrome Highlighter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
Officiell webbadress https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
Beskrivning Change websites' selection color
Filstorlek 43.59 KB
Antal Installationer 1,934
Aktuell Version 1.1
Senast Uppdaterad 2012-08-18
Publiceringsdatum 2012-08-18
Betyg 2.57/5 Totalt 7 Betyg
Utvecklare Donaira & Pius
Betalningssätt free
Stödda Språk 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"
        ]
    }
}