Hiliter
Highlights some words on webpages, using internal customizable dictionary.
Hiliter क्या है?
Hiliter orleanz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights some words on webpages, using internal customizable dictionary."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hiliter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Hiliter |
ID | cjejpgkfacknedfndnkokekgjflhpbhc |
आधिकारिक URL | https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc |
विवरण | Highlights some words on webpages, using internal customizable dictionary. |
फ़ाइल का आकार | 170 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-04-27 |
प्रकाशन तिथि | 2015-04-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | orleanz |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |