TabSaver

This extension stores opened tabs to reopen after browser restart.

Wat is TabSaver?

TabSaver is een Chrome-extensie ontwikkeld door https://tab-saver.com, en de belangrijkste functie is "This extension stores opened tabs to reopen after browser restart.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TabSaver

Download TabSaver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TabSaver TabSaver
ID fmjkkhoegfianolbdbceddpgnidbfpmo
Officiële URL https://chromewebstore.google.com/detail/tabsaver/fmjkkhoegfianolbdbceddpgnidbfpmo
Beschrijving This extension stores opened tabs to reopen after browser restart.
Bestandsgrootte 38.45 KB
Aantal Installaties 4,962
Huidige Versie 1.2.2
Laatst Bijgewerkt 2019-02-10
Publicatiedatum 2019-02-10
Beoordeling 3.59/5 Totaal 34 Beoordelingen
Ontwikkelaar https://tab-saver.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tab-saver.com/
Help Pagina-URL https://github.com/kdidenko/tabsaver/issues
Ondersteunde Talen 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"
    }
}