Selection Highlighter
Highlight occurrences of selected text, with or without a keypress.
什麼是Selection Highlighter?
Selection Highlighter是由https://neaumusic.com開發的Chrome擴展程式,該擴展的主要功能是“Highlight occurrences of selected text, with or without a keypress.”。
擴展截圖
下載Selection Highlighter擴展crx文件
下載Selection Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For code inspection and document analysis: search for and find keywords. - No need to press CMD+F - Maintains current selection - Open source and configurable options (JavaScript) - Ensure a "gate" key is pressed - Match whole word and/or case-insensitive - Blacklist bad hosts and ancestor HTML nodes Highlight works on all sites, including GitHub, StackOverflow, HackerNews, Reddit, etc. See all code involved: 1. Dev Console -> Sources -> Content Scripts -> Selection Highlighter 2. chrome://extensions -> Selection Highlighter -> Options -> Dev Console -> Sources https://github.com/neaumusic/selection-highlighter
擴展基本資訊
名稱 | Selection Highlighter |
ID | nepmkgohgoagfgcoegjaggacodcpdibj |
官方網址 | https://chromewebstore.google.com/detail/selection-highlighter/nepmkgohgoagfgcoegjaggacodcpdibj |
簡介 | Highlight occurrences of selected text, with or without a keypress. |
檔案大小 | 470 KB |
安裝次數 | 8,418 |
目前版本 | 3.1.0 |
更新時間 | 2024-01-14 |
上架時間 | 2020-06-07 |
評分 | 4.59/5 共 78 次評分 |
開發者 | https://neaumusic.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/neaumusic/selection-highlighter |
說明頁面URL | https://github.com/neaumusic/selection-highlighter/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Selection Highlighter", "version": "3.1.0", "description": "Highlight occurrences of selected text, with or without a keypress.", "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ " |