Save Tabs
Save your opened tabs as json or plain text
Save Tabsとは何ですか?
Save Tabsはrobeeeertによって開発されたChromeの拡張機能で、その主な機能は「Save your opened tabs as json or plain text」です。
拡張機能のスクリーンショット
Save Tabs拡張機能のCRXファイルをダウンロード
Save Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text. Currently, it includes the following features: - Save open tabs as JSON or plain text - Optionally save the tabs from all open windows - Optionally open the list in a new tab instead of saving it to a file - Optionally change the file name Specials: - Requires minimum permissions - Works completely offline - Does not upload your tab lists to any server
拡張機能の基本情報
名前 | Save Tabs |
ID | ikpopifiapnnnoggbmhhnnaiiaehnfel |
公式URL | https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel |
説明 | Save your opened tabs as json or plain text |
ファイルサイズ | 12.91 KB |
インストール数 | 160 |
現在のバージョン | 0.2.0 |
最終更新日 | 2017-04-23 |
公開日 | 2017-04-23 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | robeeeert |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/robeeeert/chrome-save-tabs |
ヘルプページのURL | https://github.com/robeeeert/chrome-save-tabs/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Tabs", "description": "Save your opened tabs as json or plain text", "version": "0.2.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ] } |