Highlight This: finds and marks words
Automatically finds and highlights words and phrases on the web page according to your list
Highlight This: finds and marks words क्या है?
Highlight This: finds and marks words https://alaaqweider.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically finds and highlights words and phrases on the web page according to your list"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Highlight This: finds and marks words एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically finds and highlights words and phrases on the web page according to your list - No registration required - Organize your search words in groups and lists - All data stored locally - Auto-refreshes highlights on page reload and content changes - Unlimited words and lists - Free Easy to use Chrome Extension that automatically searches for defined words in the current browser tab and marks them in a text. Many more advanced features available through settings: - Create color-coded keyword lists - Disable highlighting on certain sites - Export or import your settings and keyword lists - Use lists from Pastebin Changelog 1.1 *updated latest jquery 3.4.1 1.0 *Intial Release
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aflnhjcbpnknodmnmjjlphgcichcfbak |
आधिकारिक URL | https://chrome.google.com/webstore/detail/highlight-this-finds-and/aflnhjcbpnknodmnmjjlphgcichcfbak |
विवरण | Automatically finds and highlights words and phrases on the web page according to your list |
फ़ाइल का आकार | 1.01 MB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-07-09 |
प्रकाशन तिथि | 2019-07-04 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://alaaqweider.online |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,fr,nl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "short_name": "Chromium-Highlighter", "description": "__MSG_application_description__", "default_locale": "en", "permissions": [ "tabs", "contextMenus", "notifications", "activeTab", "alarms", "downloads", "storage" ], "icons": { "16": "Plugin16.png", "96": "Plugin96.png" }, "background": { "scripts": [ "libs\/sanitize-html\/sanitize-html.js", "extWordHighlighter.js" ] }, "commands": { "ScrollHighlight": { "suggested_key": { "default": "Ctrl+Shift+Space", "mac": "Command+Shift+Space" }, "description": "ScrollHighlight" } }, "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery\/jquery-3.4.1.js", "hilitor.js", "tabWordHighlighter.js" ], "css": [ "highlightThis.css" ], "all_frames": true, "run_at": "document_start", "match_about_blank": true } ], "browser_action": { "default_icon": "Plugin16.png", "default_popup": "popup.html" } } |