The Great Desuspender

Recover tabs from The Great Suspender

Co je The Great Desuspender?

The Great Desuspender je rozšíření Chrome vyvinuté HALtheWise, a jeho hlavní funkcí je „Recover tabs from The Great Suspender“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Great Desuspender

Stáhněte si soubory rozšíření The Great Desuspender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název The Great Desuspender The Great Desuspender
ID pgpmpfcpnpgnkombckgpnfkmbepockaj
Oficiální URL https://chromewebstore.google.com/detail/the-great-desuspender/pgpmpfcpnpgnkombckgpnfkmbepockaj
Popis Recover tabs from The Great Suspender
Velikost souboru 59.96 KB
Počet instalací 954
Aktuální Verze 0.2
Poslední Aktualizace 2021-02-17
Datum Vydání 2021-02-05
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář HALtheWise
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/HALtheWise/the-great-desuspender
Podporované Jazyky 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
}