Chrome Highlighter

Change websites' selection color

Co to jest Chrome Highlighter?

Chrome Highlighter to rozszerzenie Chrome opracowane przez Donaira & Pius, a jego główną funkcją jest „Change websites' selection color”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Chrome Highlighter

Pobierz pliki rozszerzeń Chrome Highlighter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
Oficjalny URL https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
Opis Change websites' selection color
Rozmiar pliku 43.59 KB
Liczba instalacji 1,934
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2012-08-18
Data Publikacji 2012-08-18
Ocena 2.57/5 Łącznie 7 Oceny
Deweloper Donaira & Pius
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}