Smart Tab Groups

Automatically manages your tabs by URL!

ما هو Smart Tab Groups؟

Smart Tab Groups هو إضافة Chrome تم تطويرها بواسطة melenbowl، والميزة الرئيسية لها هي "Automatically manages your tabs by URL!".

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

screenshot

تحميل ملف CRX للإضافة Smart Tab Groups

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

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

                        This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you.

Sources
- Extension icons: https://www.freepik.com                    

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

الاسم Smart Tab Groups Smart Tab Groups
ID phjgaokonmahgagcjmjedgnnedglgbpc
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc
الوصف Automatically manages your tabs by URL!
حجم الملف 12.52 KB
عدد التثبيتات 121
النسخة الحالية 1.0
آخر تحديث 2021-02-18
تاريخ النشر 2021-02-18
تقييم 4.00/5 مجموع تقييمات 2
المطور melenbowl
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Tab Groups",
    "version": "1.0",
    "description": "Automatically manages your tabs by URL!",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/tab16.png",
        "32": "images\/tab32.png",
        "64": "images\/tab64.png",
        "128": "images\/tab128.png"
    },
    "manifest_version": 2
}