1paragraph
show pages in reader mode and add them to the 1paragraph library
1paragraph là gì?
1paragraph là một tiện ích mở rộng Chrome được phát triển bởi https://1paragraph.app, và tính năng chính của nó là "show pages in reader mode and add them to the 1paragraph library".
Ả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 1paragraph
Tải xuống các tệp mở rộng 1paragraph 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
1paragraph is a reader for ePubs and web pages. For every text, it stores the last paragraph you read, shows that paragraph in the library view and scrolls to that paragraph when you open the book. In the library view, texts are sorted by the date on which they were last read. Use the chrome extension to show web pages in reader mode and to add them to the library.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
URL Chính Thức | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Mô tả | show pages in reader mode and add them to the 1paragraph library |
Kích Thước Tệp | 309 KB |
Số Lần Cài Đặt | 291 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-11-22 |
Ngày Phát Hành | 2022-11-22 |
Nhà Phát Triển | https://1paragraph.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://1paragraph.app |
URL Trang Chính Sách Bảo Mật | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1paragraph", "description": "show pages in reader mode and add them to the 1paragraph library", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/1paragraph.app\/*" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "512": "icon.png" } } |