Save Tabs

Save your opened tabs as json or plain text

O que é Save Tabs?

Save Tabs é uma extensão do Chrome desenvolvida por robeeeert, e sua principal característica é "Save your opened tabs as json or plain text".

Capturas de Tela da Extensão

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 is a chrome extension that allows saving all opened tabs to JSON or plain text.

Currently, it includes the following features:

- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name

Specials:

- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server                    

Informações Básicas da Extensão

Nome Save Tabs Save Tabs
ID ikpopifiapnnnoggbmhhnnaiiaehnfel
URL Oficial https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel
Descrição Save your opened tabs as json or plain text
Tamanho do Arquivo 12.91 KB
Contagem de Instalações 160
Versão Atual 0.2.0
Última Atualização 2017-04-23
Data de Publicação 2017-04-23
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor robeeeert
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/robeeeert/chrome-save-tabs
URL da Página de Ajuda https://github.com/robeeeert/chrome-save-tabs/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs",
    "description": "Save your opened tabs as json or plain text",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}