The Great Desuspender

Recover tabs from The Great Suspender

Что такое The Great Desuspender?

The Great Desuspender - это расширение Chrome, разработанное HALtheWise, и его основная функция - "Recover tabs from The Great Suspender".

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

screenshot

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

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

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

                        This extension "fixes" any tabs that were previously suspended by The Great Suspender, redirecting them back to their true URL.                    

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

Название The Great Desuspender The Great Desuspender
ID pgpmpfcpnpgnkombckgpnfkmbepockaj
Официальный URL https://chromewebstore.google.com/detail/the-great-desuspender/pgpmpfcpnpgnkombckgpnfkmbepockaj
Описание Recover tabs from The Great Suspender
Размер файла 59.96 KB
Количество установок 954
Текущая Версия 0.2
Последнее Обновление 2021-02-17
Дата публикации 2021-02-05
Рейтинг 5.00/5 Всего 4 оценок
Разработчик HALtheWise
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/HALtheWise/the-great-desuspender
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Great Desuspender",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "desuspendy_128x128.png"
    },
    "browser_action": {
        "default_title": "Desuspend all tabs",
        "default_icon": {
            "128": "desuspendy_128x128.png"
        }
    },
    "description": "Recover tabs from The Great Suspender",
    "manifest_version": 2
}