TabSaver

This extension stores opened tabs to reopen after browser restart.

O que é TabSaver?

TabSaver é uma extensão do Chrome desenvolvida por https://tab-saver.com, e sua principal característica é "This extension stores opened tabs to reopen after browser restart.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TabSaver

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

                        TabSaver is a simple and lightweight Google Chrome Extension for saving, synchronizing and restoring the list of opened tabs before closing the browser.

Have you ever faced a mess of tabs in your browser? Do you want to browse a lot of information and at the same time not to spend much time organizing your browser tabs? TabSaver will help you!

TabSaver - is an easy way to sort, select and save the list of opened browser tabs instantly. There’s no need to be annoyed with too many confusing tabs in Chrome. You can shut down the browser at any time and continue your navigation from anywhere - saved tabs will be simply re-opened. One click will save your minutes every day which you can use later in a better way.

Designed by a group of Free Open Source Software enthusiasts, with a simple and user-friendly interface in mind, making it extremely easy to save your browsing sessions by converting all your opened tabs into the synchronizable list with just one click. Now, it is easy to work with a lot of information in a browser without worry about its persistence.                    

Informações Básicas da Extensão

Nome TabSaver TabSaver
ID fmjkkhoegfianolbdbceddpgnidbfpmo
URL Oficial https://chromewebstore.google.com/detail/tabsaver/fmjkkhoegfianolbdbceddpgnidbfpmo
Descrição This extension stores opened tabs to reopen after browser restart.
Tamanho do Arquivo 38.45 KB
Contagem de Instalações 4,962
Versão Atual 1.2.2
Última Atualização 2019-02-10
Data de Publicação 2019-02-10
Classificação 3.59/5 Total de 34 Avaliações
Desenvolvedor https://tab-saver.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tab-saver.com/
URL da Página de Ajuda https://github.com/kdidenko/tabsaver/issues
Idiomas Suportados de,en,en-GB,en-US,fr,nl,es,it,pl,pt-BR,cs,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2eJLKagxKdCEVODJsWYDScd\/EfFZ9P2QU2wpm3X4y96ilqagWz7ufN3w7NEx5bM5Jwl+p7A3olNpvfFamKPBd\/5brkPU\/OGby8o4CuTFgqAxLR4hKn2MT5JOVCURh2kwso+rFPA0RbRd19S7aaEsYlNd7dxw61qCIhjnKB8VZDtZMZYFuvCKkZIS7sh4x2sZ67Xs\/sYafGp62cE55toLgLkoC5IHU9Ihhnn13UWr2C1JZwTnWPeQ5fIoGw8U1k4Ji6kxg8iRIfRtn7iK8WRPErKxvrKX3MXPf5kzHVE5KwMWN2vhrlDYKpEM3vb9OsbOlquRxNASTRKsdAmQNoP+2wIDAQAB",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appDescShort__",
    "default_locale": "en",
    "version": "1.2.2",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/stats.g.doubleclick.net https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-16.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": "dialog.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "oauth2": {
        "client_id": "964586246721-6mds11vg9s3ati3s1nugogp30ac876va.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}