Save That Group - Save & Sync your GroupTabs
A simple extension to save and sync your group tabs
Qu'est-ce que Save That Group - Save & Sync your GroupTabs ?
Save That Group - Save & Sync your GroupTabs est une extension Chrome développée par Ferdi, et sa fonction principale est "A simple extension to save and sync your group tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save That Group - Save & Sync your GroupTabs
Téléchargez les fichiers d'extension Save That Group - Save & Sync your GroupTabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
🔥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.
Informations de Base sur l'Extension
Nom | Save That Group - Save & Sync your GroupTabs |
ID | hfddgpigmjhagbjpinbfnemkfdfgjbcg |
URL Officiel | https://chromewebstore.google.com/detail/save-that-group-save-sync/hfddgpigmjhagbjpinbfnemkfdfgjbcg |
Description | A simple extension to save and sync your group tabs |
Taille du Fichier | 14.08 KB |
Nombre d'Installations | 236 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-02-15 |
Date de Publication | 2022-02-15 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | Ferdi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |