Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Auto Tab Groupとは何ですか?
Auto Tab Groupはron.troyerによって開発されたChromeの拡張機能で、その主な機能は「This extension will automatically group tabs by domain if a group already exists with only that domain in the group.」です。
拡張機能のスクリーンショット
Auto Tab Group拡張機能のCRXファイルをダウンロード
Auto Tab Group拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically! 拡張機能の基本情報
| 名前 | |
| ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
| 公式URL | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
| 説明 | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
| ファイルサイズ | 15.59 KB |
| インストール数 | 10 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2021-05-10 |
| 公開日 | 2021-03-18 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | ron.troyer |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/j0be/AutoTabGroup |
| ヘルプページのURL | https://github.com/j0be/AutoTabGroup |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Tab Group",
"description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.",
"version": "1.4",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"tabGroups"
],
"icons": {
"16": "\/16x16.png",
"32": "\/32x32.png",
"48": "\/48x48.png",
"128": "\/128x128.png"
}
} | |