Save That Group - Save & Sync your GroupTabs

A simple extension to save and sync your group tabs

Wat is Save That Group - Save & Sync your GroupTabs?

Save That Group - Save & Sync your GroupTabs is een Chrome-extensie ontwikkeld door Ferdi, en de belangrijkste functie is "A simple extension to save and sync your group tabs".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Save That Group - Save & Sync your GroupTabs

Download Save That Group - Save & Sync your GroupTabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🔥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.                    

Basisinformatie over de Extensie

Naam Save That Group - Save & Sync your GroupTabs Save That Group - Save & Sync your GroupTabs
ID hfddgpigmjhagbjpinbfnemkfdfgjbcg
Officiële URL https://chromewebstore.google.com/detail/save-that-group-save-sync/hfddgpigmjhagbjpinbfnemkfdfgjbcg
Beschrijving A simple extension to save and sync your group tabs
Bestandsgrootte 14.08 KB
Aantal Installaties 236
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-02-15
Publicatiedatum 2022-02-15
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Ferdi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}