Search Highlighter
Search and highlight keywords in any webpage via toolbar popup.
什麼是Search Highlighter?
Search Highlighter是由Yubi開發的Chrome擴展程式,該擴展的主要功能是“Search and highlight keywords in any webpage via toolbar popup.”。
擴展截圖
下載Search Highlighter擴展crx文件
下載Search Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |