Group Tabs
Automatically groups and sorts tabs alphabetically
Group Tabsとは何ですか?
Group TabsはDopefishによって開発されたChromeの拡張機能で、その主な機能は「Automatically groups and sorts tabs alphabetically」です。
拡張機能のスクリーンショット
Group Tabs拡張機能のCRXファイルをダウンロード
Group Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | flmfnoedhndfmjkghfedjblmcbhcjdpl |
| 公式URL | https://chromewebstore.google.com/detail/group-tabs/flmfnoedhndfmjkghfedjblmcbhcjdpl |
| 説明 | Automatically groups and sorts tabs alphabetically |
| ファイルサイズ | 3.68 KB |
| インストール数 | 34 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2015-06-15 |
| 公開日 | 2015-06-14 |
| 評価 | 2.00/5 合計 2 レビュー |
| 開発者 | Dopefish |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Group Tabs",
"version": "1.1",
"description": "Automatically groups and sorts tabs alphabetically",
"icons": {
"128": "128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
]
} | |