Auto Tab Group

This extension will automatically group tabs by domain if a group already exists with only that domain in the group.

ما هو Auto Tab Group؟

Auto Tab Group هو إضافة Chrome تم تطويرها بواسطة ron.troyer، والميزة الرئيسية لها هي "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Auto Tab Group

قم بتنزيل ملفات الامتداد Auto Tab Group بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!                    

معلومات أساسية عن التمديد

الاسم Auto Tab Group Auto Tab Group
ID fegfjeilahnhmeeiaagmdnnmenefpgld
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld
الوصف This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
حجم الملف 15.59 KB
عدد التثبيتات 10
النسخة الحالية 1.4
آخر تحديث 2021-05-10
تاريخ النشر 2021-03-18
تقييم 5.00/5 مجموع تقييمات 1
المطور ron.troyer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/j0be/AutoTabGroup
عنوان صفحة المساعدة https://github.com/j0be/AutoTabGroup
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Tab Group",
    "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.",
    "version": "1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups"
    ],
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    }
}