Tidy Tab Groups

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

Tidy Tab Groupsคืออะไร?

Tidy Tab Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moe Bazzi และคุณลักษณะหลักของมันคือ "Automatically collapses your tab groups when you're not using them."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tidy Tab Groups

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": [
                ""
            ]
        }
    ]
}