Read Later - save tab and read later
An easy way to save a tab and revisit it later
Read Later - save tab and read laterとは何ですか?
Read Later - save tab and read laterはlx223によって開発されたChromeの拡張機能で、その主な機能は「An easy way to save a tab and revisit it later」です。
Read Later - save tab and read later拡張機能のCRXファイルをダウンロード
Read Later - save tab and read later拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Read Later - save tab and read later |
ID | eimchnaiimdmfefpplagekjgigbjmohd |
公式URL | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
説明 | An easy way to save a tab and revisit it later |
ファイルサイズ | 97.08 KB |
インストール数 | 21 |
現在のバージョン | 0.2.4 |
最終更新日 | 2015-10-14 |
公開日 | 2015-10-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | lx223 |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lx223/read-later |
ヘルプページのURL | https://github.com/lx223/read-later-chrome-extension/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Later - save tab and read later", "short_name": "Read Later", "description": "An easy way to save a tab and revisit it later", "version": "0.2.4", "minimum_chrome_version": "35", "manifest_version": 2, "background": { "scripts": [ "js\/utils.js", "js\/storage.js", "js\/contextMenu.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon38_active.png", "default_title": "Read Later", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "commands": { "read-later": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "A quick way to save&close current tab to read later" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" } } }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "contextMenus", "chrome:\/\/favicon\/*", " |