Tab Saver

Save your tabs to use them later

Что такое Tab Saver?

Tab Saver - это расширение Chrome, разработанное Make Your Life Better, и его основная функция - "Save your tabs to use them later".

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

screenshot
screenshot
screenshot

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

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

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

                        Tab Saver is an open source tool to save your tabs.

You can save your tabs if you want to take a break from a subject when you are using too many tabs related too many different subject. Then you can reopen them as a tab group and continue where you left off!

You can use it with a basic popup.
Your data is not stored at anywhere but your computer.
It's pure, secure and useful.

You can contact me for bug reporting, feature demanding etc.

Code: https://github.com/i01000101/Chrome-Tab-Saver                    

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

Название Tab Saver Tab Saver
ID ebkmnfjbmmfeogbaokjedeigicecplje
Официальный URL https://chromewebstore.google.com/detail/tab-saver/ebkmnfjbmmfeogbaokjedeigicecplje
Описание Save your tabs to use them later
Размер файла 218 KB
Количество установок 895
Текущая Версия 1.0.0
Последнее Обновление 2021-04-14
Дата публикации 2021-04-13
Рейтинг 4.75/5 Всего 4 оценок
Разработчик Make Your Life Better
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Saver",
    "version": "1.0.0",
    "description": "Save your tabs to use them later",
    "action": {
        "default_icon": "icons\/boxIcon.png",
        "default_popup": "popup.html",
        "default_title": "Tab Saver"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "512": "icons\/boxIcon.png"
    }
}