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" } } |