Save That Group - Save & Sync your GroupTabs

A simple extension to save and sync your group tabs

ما هو Save That Group - Save & Sync your GroupTabs؟

Save That Group - Save & Sync your GroupTabs هو إضافة Chrome تم تطويرها بواسطة Ferdi، والميزة الرئيسية لها هي "A simple extension to save and sync your group tabs".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Save That Group - Save & Sync your GroupTabs

قم بتنزيل ملفات الامتداد Save That Group - Save & Sync your GroupTabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        🔥A simple way to save and sync your group tabs!🔥

 ⭐️Just hit Save group and it will save new groups and update any existing one!
 ⭐️It will sync automatically across any Chrome browser that you are logged into! 

***Important notes***
✔️All groups are stored by the group name! 
✔️Same name groups are currently not supported
✔️If a group with the same name is already open it won't open again!

✔️Currently limited to 50 groups and 30 tabs per group.
✔️Chrome sync needs to be one for the groups to be synced across different browsers.                    

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

الاسم Save That Group - Save & Sync your GroupTabs Save That Group - Save & Sync your GroupTabs
ID hfddgpigmjhagbjpinbfnemkfdfgjbcg
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-that-group-save-sync/hfddgpigmjhagbjpinbfnemkfdfgjbcg
الوصف A simple extension to save and sync your group tabs
حجم الملف 14.08 KB
عدد التثبيتات 236
النسخة الحالية 1.0.0
آخر تحديث 2022-02-15
تاريخ النشر 2022-02-15
تقييم 4.33/5 مجموع تقييمات 6
المطور Ferdi
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Save That Group - Save & Sync your GroupTabs",
    "description": "A simple extension to save and sync your group tabs",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabGroups",
        "tabs",
        "storage"
    ]
}