Save That Group - Save & Sync your GroupTabs
A simple extension to save and sync your group tabs
¿Qué es Save That Group - Save & Sync your GroupTabs?
Save That Group - Save & Sync your GroupTabs es una extensión de Chrome desarrollada por Ferdi, y su función principal es "A simple extension to save and sync your group tabs".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Save That Group - Save & Sync your GroupTabs
Descarga archivos de extensión Save That Group - Save & Sync your GroupTabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
🔥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. Información Básica de la Extensión
| Nombre | |
| ID | hfddgpigmjhagbjpinbfnemkfdfgjbcg |
| URL Oficial | https://chromewebstore.google.com/detail/save-that-group-save-sync/hfddgpigmjhagbjpinbfnemkfdfgjbcg |
| Descripción | A simple extension to save and sync your group tabs |
| Tamaño del Archivo | 14.08 KB |
| Cantidad de Instalaciones | 236 |
| Versión Actual | 1.0.0 |
| Última Actualización | 2022-02-15 |
| Fecha de Publicación | 2022-02-15 |
| Calificación | 4.33/5 Total de 6 Calificaciones |
| Desarrollador | Ferdi |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
]
} | |