Disable automatic tab discarding

Stops Chrome from suspending tabs, and reloading them when you switch to them.

Was ist Disable automatic tab discarding?

Disable automatic tab discarding ist eine Chrome-Erweiterung, die von World_Languages entwickelt wurde, und ihr Hauptmerkmal ist "Stops Chrome from suspending tabs, and reloading them when you switch to them.".

Erweiterungsscreenshots

screenshot

Disable automatic tab discarding-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disable automatic tab discarding-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension automatically tells Chrome that every tab you open is "not auto discardable". This might help solve issues where Chrome kills more tabs than you would want to, however, this is not foolproof, and tabs might still get discarded if your system is out of memory.

No configuration needed, the extension will mark every open tab as "not auto discardable" as long as you installed the extension and haven't disabled it.

Want to make sure this extension is working? Go to chrome://discards in a new tab and see how every row has a cross in the "auto discardable" column.

👨‍💻 Open source: https://github.com/WorldLanguages/DoNotDiscard                    

Grundlegende Informationen zur Erweiterung

Name Disable automatic tab discarding Disable automatic tab discarding
ID dnhngfnfolbmhgealdpolmhimnoliiok
Offizielle URL https://chromewebstore.google.com/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok
Beschreibung Stops Chrome from suspending tabs, and reloading them when you switch to them.
Dateigröße 29.12 KB
Installationsanzahl 186,833
Aktuelle Version 1.0.4
Letztes Update 2020-12-16
Veröffentlichungsdatum 2019-11-03
Bewertung 3.79/5 Insgesamt 367 Bewertungen
Entwickler World_Languages
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "1.0.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "default_locale": "en"
}