Auto Group Tabs

Keep you tab bar tidy with auto grouping without need to group them manually.

Auto Group Tabsとは何ですか?

Auto Group TabsはSiddhartha Sarkarによって開発されたChromeの拡張機能で、その主な機能は「Keep you tab bar tidy with auto grouping without need to group them manually.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Auto Group Tabs拡張機能のCRXファイルをダウンロード

Auto Group Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Group tabs automatically based on URL.

[5.1.0]
- enable/disable grouping
- custom tabgroup names, colors on popup
[5.0.0] added features, customizations , fixes & improvements
[4.0.0] fixed restore tabs, improvements                    

拡張機能の基本情報

名前 Auto Group Tabs Auto Group Tabs
ID ekjmngjikhikadcbbidpfdaocifddaip
公式URL https://chromewebstore.google.com/detail/auto-group-tabs/ekjmngjikhikadcbbidpfdaocifddaip
説明 Keep you tab bar tidy with auto grouping without need to group them manually.
ファイルサイズ 34.42 KB
インストール数 386
現在のバージョン 5.1.0
最終更新日 2023-03-22
公開日 2021-07-08
評価 4.25/5 合計 8 レビュー
開発者 Siddhartha Sarkar
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://siddsarkar.github.io/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tabs",
    "version": "5.1.0",
    "description": "Keep you tab bar tidy with auto grouping without need to group them manually.",
    "author": "Siddhartha Sarkar",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "144": "icon128.png",
        "240": "icon240.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Auto Group Tabs",
        "default_popup": "pages\/popup\/index.html"
    }
}