Hiliter

Highlights some words on webpages, using internal customizable dictionary.

Cos'è Hiliter?

Hiliter è un'estensione di Chrome sviluppata da orleanz, e la sua funzione principale è "Highlights some words on webpages, using internal customizable dictionary.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hiliter

Scarica i file di estensione Hiliter 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
URL Ufficiale https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
Descrizione Highlights some words on webpages, using internal customizable dictionary.
Dimensione del File 170 KB
Conteggio Installazioni 40
Versione Corrente 1.2
Ultimo Aggiornamento 2015-04-27
Data di Pubblicazione 2015-04-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore orleanz
Tipo di Pagamento free
Lingue Supportate 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"
    }
}