Save That Group - Save & Sync your GroupTabs
A simple extension to save and sync your group tabs
O que é Save That Group - Save & Sync your GroupTabs?
Save That Group - Save & Sync your GroupTabs é uma extensão do Chrome desenvolvida por Ferdi, e sua principal característica é "A simple extension to save and sync your group tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save That Group - Save & Sync your GroupTabs
Baixe arquivos de extensão Save That Group - Save & Sync your GroupTabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
🔥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.
Informações Básicas da Extensão
Nome | Save That Group - Save & Sync your GroupTabs |
ID | hfddgpigmjhagbjpinbfnemkfdfgjbcg |
URL Oficial | https://chromewebstore.google.com/detail/save-that-group-save-sync/hfddgpigmjhagbjpinbfnemkfdfgjbcg |
Descrição | A simple extension to save and sync your group tabs |
Tamanho do Arquivo | 14.08 KB |
Contagem de Instalações | 236 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-02-15 |
Data de Publicação | 2022-02-15 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | Ferdi |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |