Auto-Collapse Tab Groups

Automatically collapse unfocused tab groups.

Auto-Collapse Tab Groupsคืออะไร?

Auto-Collapse Tab Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย florian.reuschel.dev และคุณลักษณะหลักของมันคือ "Automatically collapse unfocused tab groups."

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

screenshot
screenshot

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

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