LaterTabs
Save for tabs for later reading
LaterTabsとは何ですか?
LaterTabsはhttps://rogeriopvl.comによって開発されたChromeの拡張機能で、その主な機能は「Save for tabs for later reading」です。
拡張機能のスクリーンショット
LaterTabs拡張機能のCRXファイルをダウンロード
LaterTabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save your tabs for later reading. LaterTabs supports Chrome sync, so all your latertabs will be available in different computers.
拡張機能の基本情報
名前 | LaterTabs |
ID | alogfnakemilhfnffefhakibpphibafe |
公式URL | https://chromewebstore.google.com/detail/latertabs/alogfnakemilhfnffefhakibpphibafe |
説明 | Save for tabs for later reading |
ファイルサイズ | 775 KB |
インストール数 | 598 |
現在のバージョン | 0.1.0 |
最終更新日 | 2014-03-23 |
公開日 | 2014-03-23 |
評価 | 3.57/5 合計 7 レビュー |
開発者 | https://rogeriopvl.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaterTabs", "version": "0.1.0", "description": "Save for tabs for later reading", "browser_action": { "default_icon": "imgs\/icon128.png", "default_title": "LaterTabs", "default_popup": "popup.html" }, "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "notifications", "storage" ], "web_accessible_resources": [ "imgs\/icon48.png" ] } |