Save Your Tabs for Later

Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Что такое Save Your Tabs for Later?

Save Your Tabs for Later - это расширение Chrome, разработанное bkanyo, и его основная функция - "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.".

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

screenshot
screenshot

Скачать файл CRX расширения Save Your Tabs for Later

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

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

                        Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened.

You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.                    

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

Название Save Your Tabs for Later Save Your Tabs for Later
ID dlpkofiapmkalomecepjjhlkjhommkap
Официальный URL https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap
Описание Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
Размер файла 1.06 MB
Количество установок 25
Текущая Версия 1.0.2
Последнее Обновление 2017-08-14
Дата публикации 2017-08-14
Разработчик bkanyo
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Your Tabs for Later",
    "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.",
    "version": "1.0.2",
    "shortName": "Save tabs",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "index.html"
    }
}