TabSaver

This extension stores opened tabs to reopen after browser restart.

Co to jest TabSaver?

TabSaver to rozszerzenie Chrome opracowane przez https://tab-saver.com, a jego główną funkcją jest „This extension stores opened tabs to reopen after browser restart.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TabSaver

Pobierz pliki rozszerzeń TabSaver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TabSaver TabSaver
ID fmjkkhoegfianolbdbceddpgnidbfpmo
Oficjalny URL https://chromewebstore.google.com/detail/tabsaver/fmjkkhoegfianolbdbceddpgnidbfpmo
Opis This extension stores opened tabs to reopen after browser restart.
Rozmiar pliku 38.45 KB
Liczba instalacji 4,962
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2019-02-10
Data Publikacji 2019-02-10
Ocena 3.59/5 Łącznie 34 Oceny
Deweloper https://tab-saver.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tab-saver.com/
Adres URL Strony Pomocy https://github.com/kdidenko/tabsaver/issues
Obsługiwane Języki 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"
    }
}