Auto-Group Tabs

Automatically add tabs to your configured groups, based on their URL.

ما هو Auto-Group Tabs؟

Auto-Group Tabs هو إضافة Chrome تم تطويرها بواسطة https://loilo.de، والميزة الرئيسية لها هي "Automatically add tabs to your configured groups, based on their URL.".

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

screenshot

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

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

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

                        Categorize your frequently used websites and automatically add them to tab groups whenever you open them.                    

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

الاسم Auto-Group Tabs Auto-Group Tabs
ID danncghahncanipdoajmakdbeaophenb
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb
الوصف Automatically add tabs to your configured groups, based on their URL.
حجم الملف 1.2 MB
عدد التثبيتات 15,285
النسخة الحالية 0.0.20
آخر تحديث 2023-10-06
تاريخ النشر 2021-03-16
تقييم 4.75/5 مجموع تقييمات 80
المطور https://loilo.de
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/loilo/auto-group-tabs/issues
اللغات المدعومة de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.20",
    "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.js"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "index.html?context=options"
    },
    "action": {
        "default_popup": "index.html?context=popup"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}