Automatically Group Tabs
Automatically group tabs by URL
Automatically Group Tabsとは何ですか?
Automatically Group Tabsはaximarioによって開発されたChromeの拡張機能で、その主な機能は「Automatically group tabs by URL」です。
拡張機能のスクリーンショット
Automatically Group Tabs拡張機能のCRXファイルをダウンロード
Automatically Group Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.
拡張機能の基本情報
名前 | Automatically Group Tabs |
ID | apdbpjooldepljcbgbcjefgodkmhenle |
公式URL | https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle |
説明 | Automatically group tabs by URL |
ファイルサイズ | 13.7 KB |
インストール数 | 76 |
現在のバージョン | 2.0.1 |
最終更新日 | 2022-05-29 |
公開日 | 2022-05-16 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | aximario |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "default_locale": "zh_CN", "description": "__MSG_extensionDescription__", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "tabGroups" ], "action": { "default_title": "__MSG_optionsPageTitle__", "default_icon": { "16": "\/images\/tabgroups.png", "32": "\/images\/tabgroups.png", "48": "\/images\/tabgroups.png", "128": "\/images\/tabgroups.png" } }, "icons": { "16": "\/images\/tabgroups.png", "32": "\/images\/tabgroups.png", "48": "\/images\/tabgroups.png", "128": "\/images\/tabgroups.png" }, "options_page": "index.html" } |