123 Multi-Highlight PRO
Search and highlight multiple words and sentences on web pages with professional precision.
123 Multi-Highlight PRO là gì?
123 Multi-Highlight PRO là một tiện ích mở rộng Chrome được phát triển bởi https://titanplugins.com, và tính năng chính của nó là "Search and highlight multiple words and sentences on web pages with professional precision.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 123 Multi-Highlight PRO
Tải xuống các tệp mở rộng 123 Multi-Highlight PRO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 123 Multi-Highlight PRO |
ID | begjjnkmpjhpleiefokjhfenionaffkn |
URL Chính Thức | https://chromewebstore.google.com/detail/123-multi-highlight-pro/begjjnkmpjhpleiefokjhfenionaffkn |
Mô tả | Search and highlight multiple words and sentences on web pages with professional precision. |
Kích Thước Tệp | 2.4 MB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2024-01-04 |
Ngày Phát Hành | 2021-12-28 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://titanplugins.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://titanplugins.com/123mhp |
URL Trang Trợ Giúp | https://titanplugins.com/123mhp |
URL Trang Chính Sách Bảo Mật | https://titanplugins.com/123mhp-privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |