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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}