Tidy Tab Groups

Automatically collapses your tab groups when you're not using them.

什麼是Tidy Tab Groups?

Tidy Tab Groups是由Moe Bazzi開發的Chrome擴展程式,該擴展的主要功能是“Automatically collapses your tab groups when you're not using them.”。

擴展截圖

screenshot
screenshot

下載Tidy Tab Groups擴展crx文件

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

擴展使用說明

                        Do you use Chrome's tab groups to organize and manage your tabs? Well, with Tidy Tab Groups, you can:

✅ Keep your browser tab bar less cluttered:
    - Every time you switch to a different tab group, the current one automatically collapses thus clearing up space in your browser's tab bar to keep it neat and organized for you 🧹.

✅ Maintain a productive workflow:
   - When you switch to a different tab group, Tidy Tab Groups remembers which tab was opened the last time you were in the newly selected group, and selects and opens the tab for you automatically, so you can keep a productive workflow when quickly switching between tabs and groups 🚀.

Notes:
- Tidy Tab Groups is compatible with the Workona tab manager
- Tidy Tab Groups is still early in development, we'd love to hear your feedback about any issues or potential features you'd like to see. Feel free to reach out to [email protected] or Twitter DM @_moebazzi.                    

擴展基本資訊

名稱 Tidy Tab Groups Tidy Tab Groups
ID fohgbkobjdckaapjimleemkolchkmebf
官方網址 https://chromewebstore.google.com/detail/tidy-tab-groups/fohgbkobjdckaapjimleemkolchkmebf
簡介 Automatically collapses your tab groups when you're not using them.
檔案大小 21.43 KB
安裝次數 311
目前版本 0.0.4
更新時間 2022-10-24
上架時間 2022-05-09
評分 4.50/5 共 8 次評分
開發者 Moe Bazzi
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tidy Tab Groups",
    "version": "0.0.4",
    "manifest_version": 3,
    "description": "Automatically collapses your tab groups when you're not using them.",
    "icons": {
        "48": "images\/logo_center_48x48.png",
        "96": "images\/logo_center_96x96.png"
    },
    "permissions": [
        "tabGroups",
        "storage"
    ],
    "background": {
        "service_worker": "pages\/Background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "pages\/Tab\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}