Hiliter

Highlights some words on webpages, using internal customizable dictionary.

Co je Hiliter?

Hiliter je rozšíření Chrome vyvinuté orleanz, a jeho hlavní funkcí je „Highlights some words on webpages, using internal customizable dictionary.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hiliter

Stáhněte si soubory rozšíření Hiliter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
Oficiální URL https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
Popis Highlights some words on webpages, using internal customizable dictionary.
Velikost souboru 170 KB
Počet instalací 40
Aktuální Verze 1.2
Poslední Aktualizace 2015-04-27
Datum Vydání 2015-04-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář orleanz
Typ Platby free
Podporované Jazyky 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"
    }
}