Auto Group Tabs

Keep you tab bar tidy with auto grouping without need to group them manually.

ما هو Auto Group Tabs؟

Auto Group Tabs هو إضافة Chrome تم تطويرها بواسطة Siddhartha Sarkar، والميزة الرئيسية لها هي "Keep you tab bar tidy with auto grouping without need to group them manually.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Group tabs automatically based on URL.

[5.1.0]
- enable/disable grouping
- custom tabgroup names, colors on popup
[5.0.0] added features, customizations , fixes & improvements
[4.0.0] fixed restore tabs, improvements                    

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

الاسم Auto Group Tabs Auto Group Tabs
ID ekjmngjikhikadcbbidpfdaocifddaip
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-group-tabs/ekjmngjikhikadcbbidpfdaocifddaip
الوصف Keep you tab bar tidy with auto grouping without need to group them manually.
حجم الملف 34.42 KB
عدد التثبيتات 386
النسخة الحالية 5.1.0
آخر تحديث 2023-03-22
تاريخ النشر 2021-07-08
تقييم 4.25/5 مجموع تقييمات 8
المطور Siddhartha Sarkar
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://siddsarkar.github.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tabs",
    "version": "5.1.0",
    "description": "Keep you tab bar tidy with auto grouping without need to group them manually.",
    "author": "Siddhartha Sarkar",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "144": "icon128.png",
        "240": "icon240.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Auto Group Tabs",
        "default_popup": "pages\/popup\/index.html"
    }
}