Hiliter

Highlights some words on webpages, using internal customizable dictionary.

Vad är Hiliter?

Hiliter är en Chrome-tillägg utvecklad av orleanz, och dess huvudfunktion är "Highlights some words on webpages, using internal customizable dictionary.".

Tilläggsskärmbilder

screenshot

Ladda ner Hiliter-förlängningens CRX-fil

Ladda ner Hiliter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
Officiell webbadress https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
Beskrivning Highlights some words on webpages, using internal customizable dictionary.
Filstorlek 170 KB
Antal Installationer 40
Aktuell Version 1.2
Senast Uppdaterad 2015-04-27
Publiceringsdatum 2015-04-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare orleanz
Betalningssätt free
Stödda Språk 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"
    }
}