Read This Later
Save a list of pages to read later.
Read This Laterとは何ですか?
Read This Laterはjackfによって開発されたChromeの拡張機能で、その主な機能は「Save a list of pages to read later.」です。
拡張機能のスクリーンショット
Read This Later拡張機能のCRXファイルをダウンロード
Read This Later拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Avoid cluttering up bookmarks! Mark articles and pages that you don't have time to read, and pick them up again later. Synchronizes across chrome devices.
拡張機能の基本情報
名前 | Read This Later |
ID | beanlcbbdbempflllcplmhfojimccfcg |
公式URL | https://chromewebstore.google.com/detail/read-this-later/beanlcbbdbempflllcplmhfojimccfcg |
説明 | Save a list of pages to read later. |
ファイルサイズ | 146 KB |
インストール数 | 932 |
現在のバージョン | 1.1.1 |
最終更新日 | 2015-04-08 |
公開日 | 2015-04-08 |
評価 | 4.40/5 合計 20 レビュー |
開発者 | jackf |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read This Later", "short_name": "Read This Later", "description": "Save a list of pages to read later.", "version": "1.1.1", "icons": { "16": "images\/icons\/icon-16.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "browser_action": { "default_title": "Read This Later", "default_icon": "images\/icons\/icon-19.png", "default_popup": "views\/popup.html" }, "background": { "persistent": false, "page": "views\/background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ] } |