Hiliter
Highlights some words on webpages, using internal customizable dictionary.
Wat is Hiliter?
Hiliter is een Chrome-extensie ontwikkeld door orleanz, en de belangrijkste functie is "Highlights some words on webpages, using internal customizable dictionary.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hiliter
Download Hiliter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hiliter |
ID | cjejpgkfacknedfndnkokekgjflhpbhc |
Officiële URL | https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc |
Beschrijving | Highlights some words on webpages, using internal customizable dictionary. |
Bestandsgrootte | 170 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-04-27 |
Publicatiedatum | 2015-04-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | orleanz |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |