VIEW LATER - save links in a stack
This extension saves pages to view for later.
VIEW LATER - save links in a stack là gì?
VIEW LATER - save links in a stack là một tiện ích mở rộng Chrome được phát triển bởi kentobi, và tính năng chính của nó là "This extension saves pages to view for later.".
Ả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 VIEW LATER - save links in a stack
Tải xuống các tệp mở rộng VIEW LATER - save links in a stack 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
With View Later you can very quickly save pages and links via context menu and view them later from your View Later stack. There is no need for any external cloud service to save your links, as they are stored and synced by chrome itself. Try this extension if you search for a simple, fast and visually clean read later chrome companion
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VIEW LATER - save links in a stack |
ID | hnolaplfoobcmgfmjphkmbjolinelpkb |
URL Chính Thức | https://chromewebstore.google.com/detail/view-later-save-links-in/hnolaplfoobcmgfmjphkmbjolinelpkb |
Mô tả | This extension saves pages to view for later. |
Kích Thước Tệp | 1.29 MB |
Số Lần Cài Đặt | 8,092 |
Phiên Bản Hiện Tại | 1.1.6 |
Cập Nhật Lần Cuối | 2019-01-22 |
Ngày Phát Hành | 2019-01-21 |
Đánh Giá | 4.27/5 Tổng số 109 Đánh Giá |
Nhà Phát Triển | kentobi |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,it,pt-BR,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "VIEW LATER", "description": "__MSG_appDesc__", "version": "1.1.6", "default_locale": "en", "commands": { "view-page-later": { "suggested_key": { "default": "Ctrl+Shift+PageDown" }, "description": "adds current page to VIEW LATER" }, "open-latest-page": { "suggested_key": { "default": "Ctrl+Shift+PageUp" }, "description": "opens the latest added page" } }, "permissions": [ "notifications", "contextMenus", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "\/js\/jquery-1.10.2.min.js", "\/js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "128": "icon.png" } } |