Save That Group - Save & Sync your GroupTabs
A simple extension to save and sync your group tabs
Cos'è Save That Group - Save & Sync your GroupTabs?
Save That Group - Save & Sync your GroupTabs è un'estensione di Chrome sviluppata da Ferdi, e la sua funzione principale è "A simple extension to save and sync your group tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save That Group - Save & Sync your GroupTabs
Scarica i file di estensione Save That Group - Save & Sync your GroupTabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🔥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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hfddgpigmjhagbjpinbfnemkfdfgjbcg |
| URL Ufficiale | https://chromewebstore.google.com/detail/save-that-group-save-sync/hfddgpigmjhagbjpinbfnemkfdfgjbcg |
| Descrizione | A simple extension to save and sync your group tabs |
| Dimensione del File | 14.08 KB |
| Conteggio Installazioni | 236 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-02-15 |
| Data di Pubblicazione | 2022-02-15 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | Ferdi |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |