TabSaver

This extension stores opened tabs to reopen after browser restart.

What is TabSaver?

TabSaver is a Chrome extension developed by https://tab-saver.com, and its main feature is "This extension stores opened tabs to reopen after browser restart.".

Extension Screenshots

screenshot
screenshot

Download TabSaver Extension CRX File

Download TabSaver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TabSaver TabSaver
ID fmjkkhoegfianolbdbceddpgnidbfpmo
Official URL https://chromewebstore.google.com/detail/tabsaver/fmjkkhoegfianolbdbceddpgnidbfpmo
Description This extension stores opened tabs to reopen after browser restart.
File Size 38.45 KB
Installation Count 4,962
Current Version 1.2.2
Last Updated 2019-02-10
Publish Date 2019-02-10
Rating 3.59/5 Total 34 Ratings
Developer https://tab-saver.com
Email [email protected]
Payment Type free
Extension Website https://tab-saver.com/
Help Page URL https://github.com/kdidenko/tabsaver/issues
Supported Languages 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"
    }
}