Save All Tabs to Pocket
This extension saves all open tabs to Pocket
Save All Tabs to Pocketとは何ですか?
Save All Tabs to PocketはWendy Wuによって開発されたChromeの拡張機能で、その主な機能は「This extension saves all open tabs to Pocket」です。
Save All Tabs to Pocket拡張機能のCRXファイルをダウンロード
Save All Tabs to Pocket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One-click button to save all open tabs to Pocket
拡張機能の基本情報
名前 | |
ID | hfgddihjgadjjgllbfoihbpjojbnbfpb |
公式URL | https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/hfgddihjgadjjgllbfoihbpjojbnbfpb |
説明 | This extension saves all open tabs to Pocket |
ファイルサイズ | 9.93 KB |
インストール数 | 406 |
現在のバージョン | 1.0 |
最終更新日 | 2014-06-17 |
公開日 | 2014-06-17 |
評価 | 4.70/5 合計 10 レビュー |
開発者 | Wendy Wu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save All Tabs to Pocket", "description": "This extension saves all open tabs to Pocket", "version": "1.0", "background": { "scripts": [ "background.js" ], "persisten": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_title": "Save all open tabs to Pocket", "default_icon": "icon16.png" }, "manifest_version": 2 } |