Read Later - save tab and read later
An easy way to save a tab and revisit it later
Read Later - save tab and read later là gì?
Read Later - save tab and read later là một tiện ích mở rộng Chrome được phát triển bởi lx223, và tính năng chính của nó là "An easy way to save a tab and revisit it later".
Tải xuống tệp CRX của tiện ích mở rộng Read Later - save tab and read later
Tải xuống các tệp mở rộng Read Later - save tab and 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Read Later - save tab and read later |
ID | eimchnaiimdmfefpplagekjgigbjmohd |
URL Chính Thức | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
Mô tả | An easy way to save a tab and revisit it later |
Kích Thước Tệp | 97.08 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.2.4 |
Cập Nhật Lần Cuối | 2015-10-14 |
Ngày Phát Hành | 2015-10-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | lx223 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lx223/read-later |
URL Trang Trợ Giúp | https://github.com/lx223/read-later-chrome-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Later - save tab and read later", "short_name": "Read Later", "description": "An easy way to save a tab and revisit it later", "version": "0.2.4", "minimum_chrome_version": "35", "manifest_version": 2, "background": { "scripts": [ "js\/utils.js", "js\/storage.js", "js\/contextMenu.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon38_active.png", "default_title": "Read Later", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "commands": { "read-later": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "A quick way to save&close current tab to read later" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" } } }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "contextMenus", "chrome:\/\/favicon\/*", " |