Highlight This: finds and marks words
Automatically finds and highlights words and phrases on the web page according to your list
Highlight This: finds and marks words là gì?
Highlight This: finds and marks words là một tiện ích mở rộng Chrome được phát triển bởi https://alaaqweider.online, và tính năng chính của nó là "Automatically finds and highlights words and phrases on the web page according to your list".
Ả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 Highlight This: finds and marks words
Tải xuống các tệp mở rộng Highlight This: finds and marks words 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
Automatically finds and highlights words and phrases on the web page according to your list - No registration required - Organize your search words in groups and lists - All data stored locally - Auto-refreshes highlights on page reload and content changes - Unlimited words and lists - Free Easy to use Chrome Extension that automatically searches for defined words in the current browser tab and marks them in a text. Many more advanced features available through settings: - Create color-coded keyword lists - Disable highlighting on certain sites - Export or import your settings and keyword lists - Use lists from Pastebin Changelog 1.1 *updated latest jquery 3.4.1 1.0 *Intial Release
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aflnhjcbpnknodmnmjjlphgcichcfbak |
URL Chính Thức | https://chrome.google.com/webstore/detail/highlight-this-finds-and/aflnhjcbpnknodmnmjjlphgcichcfbak |
Mô tả | Automatically finds and highlights words and phrases on the web page according to your list |
Kích Thước Tệp | 1.01 MB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-07-09 |
Ngày Phát Hành | 2019-07-04 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://alaaqweider.online |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,fr,nl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "short_name": "Chromium-Highlighter", "description": "__MSG_application_description__", "default_locale": "en", "permissions": [ "tabs", "contextMenus", "notifications", "activeTab", "alarms", "downloads", "storage" ], "icons": { "16": "Plugin16.png", "96": "Plugin96.png" }, "background": { "scripts": [ "libs\/sanitize-html\/sanitize-html.js", "extWordHighlighter.js" ] }, "commands": { "ScrollHighlight": { "suggested_key": { "default": "Ctrl+Shift+Space", "mac": "Command+Shift+Space" }, "description": "ScrollHighlight" } }, "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery\/jquery-3.4.1.js", "hilitor.js", "tabWordHighlighter.js" ], "css": [ "highlightThis.css" ], "all_frames": true, "run_at": "document_start", "match_about_blank": true } ], "browser_action": { "default_icon": "Plugin16.png", "default_popup": "popup.html" } } |