Read Later
Save tabs to read later and automatically sync between browsers.
Read Later là gì?
Read Later là một tiện ích mở rộng Chrome được phát triển bởi https://timleland.com, và tính năng chính của nó là "Save tabs to read later and automatically sync between browsers.".
Ả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 Read Later
Tải xuống các tệp mở rộng Read Later 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
When you find an article that is worth reading but do not have time, ReadLater allows you to save the tab for another time. - Your saved tabs will automatically sync between computers - Use the shortcut key (ctrl + shift + S) to save links without opening the extension. - Keep your browser fast by limiting the number of open tabs - Right on any link to add it to ReadLater - Save hundreds of links More info: https://timleland.com/read-later-extension/ Source Code: https://github.com/timleland/ReadLaterCE
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Read Later |
ID | hleifpgbhiladknmecmkpgbgfmlnjhoh |
URL Chính Thức | https://chromewebstore.google.com/detail/read-later/hleifpgbhiladknmecmkpgbgfmlnjhoh |
Mô tả | Save tabs to read later and automatically sync between browsers. |
Kích Thước Tệp | 2.45 MB |
Số Lần Cài Đặt | 3,107 |
Phiên Bản Hiện Tại | 1.7.5 |
Cập Nhật Lần Cuối | 2020-11-19 |
Ngày Phát Hành | 2020-01-07 |
Đánh Giá | 3.94/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | https://timleland.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://timleland.com/read-later-extension/ |
URL Trang Trợ Giúp | https://timleland.com/read-later-extension/ |
URL Trang Chính Sách Bảo Mật | https://t.ly/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Later", "homepage_url": "https:\/\/timleland.com\/read-later-extension\/", "short_name": "RL", "description": "Save tabs to read later and automatically sync between browsers.", "permissions": [ "storage", "tabs", "contextMenus" ], "background": { "scripts": [ "assets\/js\/jquery.min.js", "assets\/js\/jquery.timeago.min.js", "assets\/js\/badge.js", "assets\/js\/scripts.js", "assets\/js\/backgroundScript.js" ] }, "version": "1.7.5", "browser_action": { "default_title": "Read Later", "default_icon": "assets\/img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/img\/icon.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "commands": { "save-tab": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Save Tab" } } } |