Hiliter

Highlights some words on webpages, using internal customizable dictionary.

Co to jest Hiliter?

Hiliter to rozszerzenie Chrome opracowane przez orleanz, a jego główną funkcją jest „Highlights some words on webpages, using internal customizable dictionary.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hiliter

Pobierz pliki rozszerzeń Hiliter 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

                        Use this tool when you want some words to be highlighted on any web page you visit, by dotted underline, based on internal customizable dictionary. This tool has builtin support for three East Slavic Languages - Russian, Ukranian and Belorussian. You can add your own languages too, via settings.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
Oficjalny URL https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
Opis Highlights some words on webpages, using internal customizable dictionary.
Rozmiar pliku 170 KB
Liczba instalacji 40
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-04-27
Data Publikacji 2015-04-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper orleanz
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hiliter",
    "description": "Highlights some words on webpages, using internal customizable dictionary.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "events.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}