Tab Group Saver - Save and Manage Tab Groups

Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…

ما هو Tab Group Saver - Save and Manage Tab Groups؟

Tab Group Saver - Save and Manage Tab Groups هو إضافة Chrome تم تطويرها بواسطة Tab Group Saver، والميزة الرئيسية لها هي "Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tab Group Saver - Save and Manage Tab Groups

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

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

                        Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you can keep a cleaner workspace while reducing Chrome's memory footprint.

Features:
- Suspend tab groups & restore them later
- View all open tab groups
- Rename tab groups
- Manage your windows and tabs                    

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

الاسم Tab Group Saver - Save and Manage Tab Groups Tab Group Saver - Save and Manage Tab Groups
ID ghbdjeckopemkoomopmpgjifafpcjhga
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-group-saver-save-and/ghbdjeckopemkoomopmpgjifafpcjhga
الوصف Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…
حجم الملف 391 KB
عدد التثبيتات 20,000
النسخة الحالية 0.0.7
آخر تحديث 2024-02-07
تاريخ النشر 2021-03-09
تقييم 3.36/5 مجموع تقييمات 81
المطور Tab Group Saver
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://twitter.com/TabGroupSaver
عنوان صفحة سياسة الخصوصية https://tabgroupsaver.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "name": "Tab Group Saver - Save and Manage Tab Groups",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}