Hiliter
Highlights some words on webpages, using internal customizable dictionary.
What is Hiliter?
Hiliter is a Chrome extension developed by orleanz, and its main feature is "Highlights some words on webpages, using internal customizable dictionary.".
Extension Screenshots
Download Hiliter Extension CRX File
Download Hiliter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hiliter |
ID | cjejpgkfacknedfndnkokekgjflhpbhc |
Official URL | https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc |
Description | Highlights some words on webpages, using internal customizable dictionary. |
File Size | 170 KB |
Installation Count | 40 |
Current Version | 1.2 |
Last Updated | 2015-04-27 |
Publish Date | 2015-04-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | orleanz |
Payment Type | free |
Supported Languages | 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" } } |