Read Later
Simply store the page link to read later before you add it to your bookmarks.
Read Laterとは何ですか?
Read Laterはboogey1111によって開発されたChromeの拡張機能で、その主な機能は「Simply store the page link to read later before you add it to your bookmarks.」です。
拡張機能のスクリーンショット
Read Later拡張機能のCRXファイルをダウンロード
Read Later拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Read Later |
ID | bimpamoeajffdkaienapechogkkghbip |
公式URL | https://chromewebstore.google.com/detail/read-later/bimpamoeajffdkaienapechogkkghbip |
説明 | Simply store the page link to read later before you add it to your bookmarks. |
ファイルサイズ | 99.74 KB |
インストール数 | 124 |
現在のバージョン | 1.1.0 |
最終更新日 | 2017-06-21 |
公開日 | 2017-06-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | boogey1111 |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "default_locale": "en", "version": "1.1.0", "icons": { "16": "link_16.png", "48": "link_48.png", "128": "link_128.png" }, "browser_action": { "default_title": "__MSG_extension_name__", "default_icon": "link_16.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com\/ https:\/\/www.google-analytics.com\/; object-src 'self'" } |