Selection Highlighter
Automatically highlight all occurrences of current selection on current page.
什麼是Selection Highlighter?
Selection Highlighter是由Tao開發的Chrome擴展程式,該擴展的主要功能是“Automatically highlight all occurrences of current selection on current page.”。
擴展截圖
下載Selection Highlighter擴展crx文件
下載Selection Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Selection highlighter will help you automatically highlight all occurrences of current selection on current page, also works for shadow DOM pages.
The extension also allow you to toggle on/off the feature from options page, also change the default configurations like highlight color etc
Release notes:
v0.0.3:
- Allow config the threshold to ignore selection when apply highlighting
- Always ignore `style` tag when highlighting, avoid messing up the page 擴展基本資訊
| 名稱 | |
| ID | maafgdeicpceceblgclafehagjndfjig |
| 官方網址 | https://chromewebstore.google.com/detail/selection-highlighter/maafgdeicpceceblgclafehagjndfjig |
| 簡介 | Automatically highlight all occurrences of current selection on current page. |
| 檔案大小 | 96.84 KB |
| 安裝次數 | 112 |
| 目前版本 | 0.0.3 |
| 更新時間 | 2020-07-17 |
| 上架時間 | 2020-06-03 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | Tao |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/taoalpha/selection-highlighter |
| 說明頁面URL | https://github.com/taoalpha/selection-highlighter |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Selection Highlighter",
"description": "Automatically highlight all occurrences of current selection on current page.",
"version": "0.0.3",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Selection Highlighter"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"options_page": "options.html",
"content_scripts": [
{
"run_at": "document_end",
"matches": [
" | |