Save Tabs

Export and Import Tabs.

O que é Save Tabs?

Save Tabs é uma extensão do Chrome desenvolvida por Vedant Wakalkar, e sua principal característica é "Export and Import Tabs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Save Tabs

Baixe arquivos de extensão Save Tabs 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

                        Save Tabs allows users to export all the tabs currently opened in the browser to a file and easily import it whenever they want to continue with the same set of browser tabs. 

For whom? 
One who open lots and lots of tabs in a single browser and want to revisit the same sets of browser tabs after a while

Features : 
1. Easy Export and Import of Tabs.
2. Export tabs with a custom name.
3. Grouped tab support.
4. Logs Section.
5. Cross Browser Support (as of now for Firefox)

Data & Privacy:
This extension does not collect any data in any form.
All data processed is stored on the user's local storage and deleted after 10 min from the last usage.                    

Informações Básicas da Extensão

Nome Save Tabs Save Tabs
ID ljokfgphjbhjheflldgfmjligcmcmhmn
URL Oficial https://chromewebstore.google.com/detail/save-tabs/ljokfgphjbhjheflldgfmjligcmcmhmn
Descrição Export and Import Tabs.
Tamanho do Arquivo 79.17 KB
Contagem de Instalações 189
Versão Atual 1.0.1
Última Atualização 2021-07-08
Data de Publicação 2021-05-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Vedant Wakalkar
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://karna98.github.io/Save-Tabs/
URL da Página de Ajuda https://karna98.github.io/Save-Tabs/#guide
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Tabs",
    "version": "1.0.1",
    "description": "Export and Import Tabs.",
    "homepage_url": "https:\/\/github.com\/karna98\/Save-Tabs",
    "icons": {
        "16": "icons\/Save_Tabs_16.png",
        "32": "icons\/Save_Tabs_32.png",
        "48": "icons\/Save_Tabs_48.png",
        "64": "icons\/Save_Tabs_64.png",
        "96": "icons\/Save_Tabs_96.png",
        "128": "icons\/Save_Tabs_128.png"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "downloads",
        "storage"
    ],
    "incognito": "split",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/Save_Tabs_16.png",
            "32": "icons\/Save_Tabs_32.png",
            "48": "icons\/Save_Tabs_48.png",
            "64": "icons\/Save_Tabs_64.png",
            "96": "icons\/Save_Tabs_96.png",
            "128": "icons\/Save_Tabs_128.png"
        },
        "default_title": "Save Tabs",
        "default_popup": "saveTab.html"
    }
}