Search Highlighter
Search and highlight keywords in any webpage via toolbar popup.
Search Highlighter क्या है?
Search Highlighter Yubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search and highlight keywords in any webpage via toolbar popup."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Search Highlighter is an extension that enables you to find and highlight desired keywords on any web page. Simply navigate to a web page, then, open toolbar popup UI and type your keyword in the designated area. Then click on the - Find - button or press - Enter - on your keyboard. All the matching words within the web page will be highlighted with yellow color. If you click on the - Clear - Button, the highlighted words will be cleared. There are also several options within the options page to adjust highlight functionality. To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/search-highlighter.html).
एक्सटेंशन की मूल जानकारी
नाम | Search Highlighter |
ID | ddhleiedaebfmlcefloachgifidhogde |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-highlighter/ddhleiedaebfmlcefloachgifidhogde |
विवरण | Search and highlight keywords in any webpage via toolbar popup. |
फ़ाइल का आकार | 40.26 KB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 0.1.4 |
अंतिम अपडेट | 2023-08-29 |
प्रकाशन तिथि | 2019-03-10 |
रेटिंग | 2.86/5 कुल 14 रेटिंग्स |
डेवलपर | Yubi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/search-highlighter.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/search-highlighter.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 3, "offline_enabled": true, "name": "Search Highlighter", "homepage_url": "https:\/\/mybrowseraddon.com\/search-highlighter.html", "description": "Search and highlight keywords in any webpage via toolbar popup.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_title": "Search Highlighter", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "search-highlighter": { "description": "Search Highlighter", "suggested_key": { "mac": "Alt+Shift+F", "default": "Alt+Shift+F" } } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |