The Safer Suspender

Release browser resources by suspending the tabs you aren't using

Cos'è The Safer Suspender?

The Safer Suspender è un'estensione di Chrome sviluppata da valord577, e la sua funzione principale è "Release browser resources by suspending the tabs you aren't using".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione The Safer Suspender

Scarica i file di estensione The Safer Suspender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "The Safer Suspender" is a safer and free and open-source extension for modern browser, such as Firefox, Edge and Chrome. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming.

Github: https://github.com/valord577/theSaferSuspender/                    

Informazioni di Base sull'Estensione

Nome The Safer Suspender The Safer Suspender
ID bghakdgdhifpflgmpknjkekcbomcfnij
URL Ufficiale https://chromewebstore.google.com/detail/the-safer-suspender/bghakdgdhifpflgmpknjkekcbomcfnij
Descrizione Release browser resources by suspending the tabs you aren't using
Dimensione del File 15.6 KB
Conteggio Installazioni 28
Versione Corrente 1.5
Ultimo Aggiornamento 2021-12-29
Data di Pubblicazione 2021-01-21
Sviluppatore valord577
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/valord577/theSaferSuspender
URL della Pagina di Aiuto https://github.com/valord577/theSaferSuspender/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "88.0",
    "author": "valord577",
    "name": "The Safer Suspender",
    "description": "Release browser resources by suspending the tabs you aren't using",
    "version": "1.5",
    "icons": {
        "128": "icons\/ic_suspender_707070_128x128.png"
    },
    "homepage_url": "https:\/\/github.com\/valord577\/theSaferSuspender",
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "backstage\/task.js"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/ic_suspender_707070_128x128.png"
        },
        "default_title": "The Safer Suspender",
        "default_popup": "popup.html"
    }
}