VIEW LATER - save links in a stack
This extension saves pages to view for later.
什么是VIEW LATER - save links in a stack?
VIEW LATER - save links in a stack是由kentobi开发的Chrome扩展程序,该扩展的主要功能是“This extension saves pages to view for later.”。
扩展截图
下载VIEW LATER - save links in a stack扩展crx文件
下载VIEW LATER - save links in a stack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | VIEW LATER - save links in a stack |
ID | hnolaplfoobcmgfmjphkmbjolinelpkb |
官方URL | https://chromewebstore.google.com/detail/view-later-save-links-in/hnolaplfoobcmgfmjphkmbjolinelpkb |
简介 | This extension saves pages to view for later. |
文件大小 | 1.29 MB |
安装次数 | 8,092 |
当前版本 | 1.1.6 |
更新时间 | 2019-01-22 |
上架时间 | 2019-01-21 |
评分 | 4.27/5 共109次评分 |
开发者 | kentobi |
付费类型 | free |
隐私政策页面URL | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
支持的语言 | 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" } } |