Tab Groups Exporter

Utility to export tab groups

Что такое Tab Groups Exporter?

Tab Groups Exporter - это расширение Chrome, разработанное parthpower, и его основная функция - "Utility to export tab groups".

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

screenshot

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

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

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

                        Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file.

It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/

Contributions are appreciated                    

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

Название Tab Groups Exporter Tab Groups Exporter
ID hcfnlphlglikfflkikgilkebljgbnica
Официальный URL https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica
Описание Utility to export tab groups
Размер файла 33.63 KB
Количество установок 588
Текущая Версия 0.1
Последнее Обновление 2021-09-10
Дата публикации 2021-09-06
Рейтинг 4.00/5 Всего 2 оценок
Разработчик parthpower
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/parthpower/chrome-tab-group-exporter
URL страницы помощи https://github.com/parthpower/chrome-tab-group-exporter/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Groups Exporter",
    "description": "Utility to export tab groups",
    "version": "0.1",
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_title": "Export Tab Groups",
        "default_popup": "tabs_api.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 3
}