Highlighter
Highlight text on websites with a simple right-click or keyboard shortcut. Saves highlights on your device.
Highlighter là gì?
Highlighter là một tiện ích mở rộng Chrome được phát triển bởi Jérôme Parent-Lévesque, và tính năng chính của nó là "Highlight text on websites with a simple right-click or keyboard shortcut. Saves highlights on your device.".
Ả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 Highlighter
Tải xuống các tệp mở rộng Highlighter 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
Easiest way to highlight text on any webpage! Simply select text, then right click it to select the "Highlight" option. Alternatively, use the default keyboard shortcut 'Alt+H' (^H on Mac). All highlighted texts are saved so that your highlights are not lost when exiting a page! Simply re-opening that page will bring back all the highlights. NOTE: This does not work on very dynamic webpages like Facebook and most email clients. Support for these might be added in the future. ➪ View and copy all highlights on a page ➪ Copy all your highlights to your clipboard easily. ➪ Select existing highlights with a simple click to either delete them or to copy their content. ➪ Customize your highlight colors (and text color). ➪ Change the keyboard shortcut through Chrome settings at 'chrome://extensions/shortcuts'. The code for this project is fully open-source and is available on GitHub: https://github.com/jeromepl/highlighter Help this project by reporting issues and contributing there! --------- Disclaimer: This extension uses Google Analytics to gather non-personal user information and usage information. We DO NOT collect browsing information such as the contents of highlights or accessed URLs. For more information, consult our privacy policy at the link below. The privacy policy for this extension can be found here: https://github.com/jeromepl/highlighter/blob/master/privacy_policy.md
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Highlighter |
ID | fdfcjfoifbjplmificlkdfneafllkgmn |
URL Chính Thức | https://chromewebstore.google.com/detail/highlighter/fdfcjfoifbjplmificlkdfneafllkgmn |
Mô tả | Highlight text on websites with a simple right-click or keyboard shortcut. Saves highlights on your device. |
Kích Thước Tệp | 89.5 KB |
Số Lần Cài Đặt | 152,329 |
Phiên Bản Hiện Tại | 4.0.5 |
Cập Nhật Lần Cuối | 2023-06-26 |
Ngày Phát Hành | 2019-10-27 |
Đánh Giá | 3.79/5 Tổng số 235 Đánh Giá |
Nhà Phát Triển | Jérôme Parent-Lévesque |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/jeromepl/highlighter/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlighter", "description": "Highlight text on websites with a simple right-click or keyboard shortcut. Saves highlights on your device.", "version": "4.0.5", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_popup": "src\/popup\/index.html" }, "content_scripts": [ { "matches": [ " |