Highlighter
Make creating ,viewing and managing highlight easier
Highlighter là gì?
Highlighter là một tiện ích mở rộng Chrome được phát triển bởi LeNoob, và tính năng chính của nó là "Make creating ,viewing and managing highlight easier".
Ả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
HIGHLIGHTER I used to write a lot of essays, and reports when I was in university. I developed Highlighter in order to help me highlight interesting ideas that I came across on the internet. This tool can store those highlights on your local so that you can check them back later. ===================== INSTALLATION + After installing the extension from chrome web store, it is recommended to refresh all the tabs or reopen the browser. ===================== CURRENT FEATURES + Highlight selected text + Change highlight colour + Remove highlight + Bookmark highlighted sites + Bulk remove highlights from the popup + Enable/Disable highlight from the popup
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Highlighter |
ID | dinoehnfgoidbfpggkdkofpijennefgf |
URL Chính Thức | https://chromewebstore.google.com/detail/highlighter/dinoehnfgoidbfpggkdkofpijennefgf |
Mô tả | Make creating ,viewing and managing highlight easier |
Kích Thước Tệp | 1.2 MB |
Số Lần Cài Đặt | 1,847 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-07-31 |
Ngày Phát Hành | 2019-01-10 |
Đánh Giá | 3.68/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | LeNoob |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ilenoob.github.io/highlighter |
URL Trang Trợ Giúp | https://ilenoob.github.io/highlighter |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlighter", "short_name": "Highlighter", "description": "Make creating ,viewing and managing highlight easier", "version": "1.0.1", "icons": { "16": "assets\/highlight_16.png", "32": "assets\/highlight_32.png", "64": "assets\/highlight_64.png" }, "action": { "default_title": "Highlighter", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |