123 Multi-Highlight PRO
Search and highlight multiple words and sentences on web pages with professional precision.
什麼是123 Multi-Highlight PRO?
123 Multi-Highlight PRO是由https://titanplugins.com開發的Chrome擴展程式,該擴展的主要功能是“Search and highlight multiple words and sentences on web pages with professional precision.”。
擴展截圖
下載123 Multi-Highlight PRO擴展crx文件
下載123 Multi-Highlight PRO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Highlight multiple words with different colors, get real time stats and make complex search queries. Imagine this extension as a search wizard for web pages! If you use * in your query, it acts like a magic key that can represent any word. So, if you search "I * unicorns" it finds sentences like "I love unicorns" and "I hate unicorns". It's like having a super-smart search that understands the magic behind your words! Privacy is our priority! 123 Highlighter PRO respects your privacy. All your data stays on your local machine, and we don't access or save your queries.
擴展基本資訊
名稱 | |
ID | begjjnkmpjhpleiefokjhfenionaffkn |
官方網址 | https://chromewebstore.google.com/detail/123-multi-highlight-pro/begjjnkmpjhpleiefokjhfenionaffkn |
簡介 | Search and highlight multiple words and sentences on web pages with professional precision. |
檔案大小 | 2.4 MB |
安裝次數 | 206 |
目前版本 | 2.0.2 |
更新時間 | 2024-01-04 |
上架時間 | 2021-12-28 |
評分 | 5.00/5 共 12 次評分 |
開發者 | https://titanplugins.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://titanplugins.com/123mhp |
說明頁面URL | https://titanplugins.com/123mhp |
隱私政策頁面URL | https://titanplugins.com/123mhp-privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "123 Multi-Highlight PRO", "description": "Search and highlight multiple words and sentences on web pages with professional precision.", "version": "2.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "123 Multi-Highlight PRO", "default_popup": "popup\/popup.html", "default_icon": { "16": "\/icons\/app_icon.png", "48": "\/icons\/app_icon.png", "128": "\/icons\/app_icon.png" } }, "icons": { "128": "\/icons\/app_icon.png" }, "permissions": [ "activeTab", "scripting", "tabs" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+S", "mac": "Alt+S", "chromeos": "Alt+S", "linux": "Alt+S" } } } } |