Highlights - Highlighter and Web Clipper
Highlight, tag and add notes across the Web.
Highlights - Highlighter and Web Clipper là gì?
Highlights - Highlighter and Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://learningpaths.io, và tính năng chính của nó là "Highlight, tag and add notes across the Web.".
Ả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 Highlights - Highlighter and Web Clipper
Tải xuống các tệp mở rộng Highlights - Highlighter and Web Clipper 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
"Highlights - Highlighter and Web Clipper" chrome extension by Learning Paths, helps you organise your content across the internet. Highlight, Tag and add notes to relevant content across the web. Think of this as URL specific note taker. You can also capture that micro context. The counter icon at the top shows how many annotations you have made in the page. Next time when you visit the web page all the relevant data that you have annotated will popup. So you have all your contextual data within the browser itself. With our dashboard all the data that is relevant to you is one search away. You can search across the highlighted text, tags you have added, notes you have taken and also based on URL. The search is very powerful. Anything that you have used before is just a couple of keystrokes away. NEVER EVER MISS ANYTHING IMPORTANT AGAIN. This is your all in one web clipper, web annotator, notes taker, scratch pad, bookmarks organizer, online journal, research companion, planner, todo list maker, blogging draft editor. Make connections easily between everything you are doing, whether it is reading, writing or research. Download our android app so that all your notes, highlights and tags are available to you on mobile devices as well. Export to Twitter and ROAM From any webpage you can now export your highlights as a twitter thread or you can export them to Roam Research.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Highlights - Highlighter and Web Clipper |
ID | fiajhjomgpnlefcbdhfghnbhpillkklb |
URL Chính Thức | https://chromewebstore.google.com/detail/highlights-highlighter-an/fiajhjomgpnlefcbdhfghnbhpillkklb |
Mô tả | Highlight, tag and add notes across the Web. |
Kích Thước Tệp | 827 KB |
Số Lần Cài Đặt | 1,119 |
Phiên Bản Hiện Tại | 0.0.145 |
Cập Nhật Lần Cuối | 2022-12-23 |
Ngày Phát Hành | 2020-06-28 |
Đánh Giá | 4.31/5 Tổng số 26 Đánh Giá |
Nhà Phát Triển | https://learningpaths.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://learningpaths.io/ |
URL Trang Trợ Giúp | https://www.learningpaths.io/privacy-policy/ |
URL Trang Chính Sách Bảo Mật | https://www.learningpaths.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlights - Highlighter and Web Clipper", "short_name": "Highlights", "description": "Highlight, tag and add notes across the Web.", "version": "0.0.145", "browser_action": { "default_popup": "index.html", "default_title": "Highlights from this page" }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "scripts": [ "app\/src\/background\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "app\/src\/css\/highlight_create.css", "app\/src\/css\/table_of_content.css", "app\/src\/css\/highlight_edit_pop_up.css" ], "js": [ "app\/plugins\/mark\/mark.min.js", "app\/src\/js\/highlight_create.js", "app\/src\/js\/table_of_content.js", "app\/src\/js\/highlight_edit_pop_up.js" ] } ], "permissions": [ "storage", "bookmarks", "tabs", "http:\/\/*\/", "contextMenus", "https:\/\/accounts.google.com\/o\/oauth2\/token", " |