Tab Groups Exporter
Utility to export tab groups
Tab Groups Exporterとは何ですか?
Tab Groups Exporterはparthpowerによって開発されたChromeの拡張機能で、その主な機能は「Utility to export tab groups」です。
拡張機能のスクリーンショット
Tab Groups Exporter拡張機能のCRXファイルをダウンロード
Tab Groups Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file.
It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/
Contributions are appreciated 拡張機能の基本情報
| 名前 | |
| ID | hcfnlphlglikfflkikgilkebljgbnica |
| 公式URL | https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica |
| 説明 | Utility to export tab groups |
| ファイルサイズ | 33.63 KB |
| インストール数 | 588 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2021-09-10 |
| 公開日 | 2021-09-06 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | parthpower |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/parthpower/chrome-tab-group-exporter |
| ヘルプページのURL | https://github.com/parthpower/chrome-tab-group-exporter/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Groups Exporter",
"description": "Utility to export tab groups",
"version": "0.1",
"permissions": [
"tabs",
"tabGroups",
"storage"
],
"action": {
"default_title": "Export Tab Groups",
"default_popup": "tabs_api.html"
},
"icons": {
"48": "icon.png"
},
"manifest_version": 3
} | |