TabSaver

This extension stores opened tabs to reopen after browser restart.

Что такое TabSaver?

TabSaver - это расширение Chrome, разработанное https://tab-saver.com, и его основная функция - "This extension stores opened tabs to reopen after browser restart.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения TabSaver

Скачайте файлы расширений TabSaver в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название TabSaver TabSaver
ID fmjkkhoegfianolbdbceddpgnidbfpmo
Официальный URL https://chromewebstore.google.com/detail/tabsaver/fmjkkhoegfianolbdbceddpgnidbfpmo
Описание This extension stores opened tabs to reopen after browser restart.
Размер файла 38.45 KB
Количество установок 4,962
Текущая Версия 1.2.2
Последнее Обновление 2019-02-10
Дата публикации 2019-02-10
Рейтинг 3.59/5 Всего 34 оценок
Разработчик https://tab-saver.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://tab-saver.com/
URL страницы помощи https://github.com/kdidenko/tabsaver/issues
Поддерживаемые языки 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"
    }
}