Hiliter

Highlights some words on webpages, using internal customizable dictionary.

Qu'est-ce que Hiliter ?

Hiliter est une extension Chrome développée par orleanz, et sa fonction principale est "Highlights some words on webpages, using internal customizable dictionary.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hiliter

Téléchargez les fichiers d'extension Hiliter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
URL Officiel https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
Description Highlights some words on webpages, using internal customizable dictionary.
Taille du Fichier 170 KB
Nombre d'Installations 40
Version Actuelle 1.2
Dernière Mise à Jour 2015-04-27
Date de Publication 2015-04-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur orleanz
Type de Paiement free
Langues Prises en Charge 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"
    }
}