Auto-Collapse Tab Groups

Automatically collapse unfocused tab groups.

Auto-Collapse Tab Groups là gì?

Auto-Collapse Tab Groups là một tiện ích mở rộng Chrome được phát triển bởi florian.reuschel.dev, và tính năng chính của nó là "Automatically collapse unfocused tab groups.".

Ả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 Auto-Collapse Tab Groups

Tải xuống các tệp mở rộng Auto-Collapse 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

                        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.                    

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

Tên Auto-Collapse Tab Groups Auto-Collapse Tab Groups
ID dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
URL Chính Thức https://chromewebstore.google.com/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
Mô tả Automatically collapse unfocused tab groups.
Kích Thước Tệp 27.22 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-12-01
Ngày Phát Hành 2022-12-01
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển florian.reuschel.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/loilo/auto-collapse-tab-groups/
URL Trang Trợ Giúp https://github.com/loilo/auto-collapse-tab-groups/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}