Tidy Tab Groups

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

Tidy Tab Groups là gì?

Tidy Tab Groups là một tiện ích mở rộng Chrome được phát triển bởi Moe Bazzi, và tính năng chính của nó là "Automatically collapses your tab groups when you're not using them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tidy Tab Groups

Tải xuống các tệp mở rộng Tidy Tab Groups dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tidy Tab Groups Tidy Tab Groups
ID fohgbkobjdckaapjimleemkolchkmebf
URL Chính Thức https://chromewebstore.google.com/detail/tidy-tab-groups/fohgbkobjdckaapjimleemkolchkmebf
Mô tả Automatically collapses your tab groups when you're not using them.
Kích Thước Tệp 21.43 KB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-10-24
Ngày Phát Hành 2022-05-09
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Moe Bazzi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}