Auto Highlight
Auto Highlight is text highlighter with RegExp support
什麼是Auto Highlight?
Auto Highlight是由https://fastaddons.com開發的Chrome擴展程式,該擴展的主要功能是“Auto Highlight is text highlighter with RegExp support”。
擴展截圖
下載Auto Highlight擴展crx文件
下載Auto Highlight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🟨 Auto Highlight a fully automatic and easy to use text marker / highlighter / style fixer with RegExp support (regular expression).
No need to use search anymore to find important information, it will be marked when page loads!
⭐ TOP FEATURES:
- automatic synchronization to all your devices (using native Chrome Sync.)
- highlight metadata like: 1080p, HDR, 4K, x265, HEVC, 5.1
- change style - background, text size and color of all marked words
- advanced search options using regular expressions (regexp), exact match, ignore diacritics and more
- highlight "Free shipping", "Out of stock" and other important labels
- make annoying text disappear by making it transparent or set the font size to zero
- doing research about specific topic? Use "Temporal highlight" feature to highlight keywords on every page.
❤ About author - Juraj Mäsiar:
https://blog.mozilla.org/addons/2020/06/15/Friend-Of-Add-ons-Juraj-Masiar/
☕ I'm extension developer since 2016 and my goal is to build powerful extensions for your web-browser to make you more productive.
If you think I'm doing a good job, please donate :)
- Ko-Fi.com: https://ko-fi.com/fastaddons
- PayPal.Me: https://paypal.me/fastaddons/
- Patreon.com: https://www.patreon.com/fastaddons
💥 Thank you for supporting my work!
🔒 Privacy Policy:
https://github.com/fastaddons/AutoHighlight/blob/master/PRIVACY_POLICY.md
🕑 Recently added features:
https://addons.mozilla.org/addon/auto_highlight/versions/ 擴展基本資訊
| 名稱 | |
| ID | ndndibnggapaodjdfoeehgmmpppedgfb |
| 官方網址 | https://chromewebstore.google.com/detail/auto-highlight/ndndibnggapaodjdfoeehgmmpppedgfb |
| 簡介 | Auto Highlight is text highlighter with RegExp support |
| 檔案大小 | 1.9 MB |
| 安裝次數 | 10,000 |
| 目前版本 | 5.3 |
| 更新時間 | 2024-01-22 |
| 上架時間 | 2020-07-22 |
| 評分 | 4.80/5 共 45 次評分 |
| 開發者 | https://fastaddons.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://fastaddons.com/#auto_highlight |
| 說明頁面URL | https://github.com/fastaddons/AutoHighlight/issues |
| 隱私政策頁面URL | https://github.com/fastaddons/privacy_policy |
| 支援的語言 | de,en,fr,sk,sv,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "5.3",
"author": "Juraj M\u00e4siar",
"default_locale": "en",
"name": "__MSG_app_name__",
"description": "__MSG_app_desc__",
"icons": {
"48": "48.png",
"128": "128.png"
},
"background": {
"service_worker": "background.loader.js"
},
"action": {
"default_icon": {
"128": "128.png"
},
"default_popup": "popup\/popup.html"
},
"commands": {
"toggle-highlight": {
"suggested_key": {
"default": "Ctrl+Shift+H"
},
"description": "Toggles global highlight ON \/ OFF"
}
},
"permissions": [
"contextMenus",
"storage",
"scripting",
"alarms",
"activeTab"
],
"host_permissions": [
" | |