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
官方網址 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
電子郵箱 [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"
    }
}