Auto-Collapse Tab Groups

Automatically collapse unfocused tab groups.

什麼是Auto-Collapse Tab Groups?

Auto-Collapse Tab Groups是由florian.reuschel.dev開發的Chrome擴展程式,該擴展的主要功能是“Automatically collapse unfocused tab groups.”。

擴展截圖

screenshot
screenshot

下載Auto-Collapse Tab Groups擴展crx文件

下載Auto-Collapse Tab Groups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you a tab hoarder? Organize your tabs in tab groups and never get lost again by letting this extension collapse all tab groups that are not currently active.

Pairs well with the "Auto-Group Tabs" extension.                    

擴展基本資訊

名稱 Auto-Collapse Tab Groups Auto-Collapse Tab Groups
ID dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
官方網址 https://chromewebstore.google.com/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
簡介 Automatically collapse unfocused tab groups.
檔案大小 27.22 KB
安裝次數 280
目前版本 0.0.1
更新時間 2022-12-01
上架時間 2022-12-01
評分 4.25/5 共 4 次評分
開發者 florian.reuschel.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/loilo/auto-collapse-tab-groups/
說明頁面URL https://github.com/loilo/auto-collapse-tab-groups/
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/loilo.de",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.mjs"
    },
    "permissions": [
        "tabGroups"
    ]
}