DoNotDiscard - Disable tab discard/suspend
Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
Was ist DoNotDiscard - Disable tab discard/suspend?
DoNotDiscard - Disable tab discard/suspend ist eine Chrome-Erweiterung, die von Martin Wiechmann entwickelt wurde, und ihr Hauptmerkmal ist "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.".
Erweiterungsscreenshots
DoNotDiscard - Disable tab discard/suspend-Erweiterungs-CRX-Datei herunterladen
Laden Sie DoNotDiscard - Disable tab discard/suspend-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 is a plugin to be able to keep the auto discard feature turned off for a custom set of URLs, managed by a list of URL keywords.
See if this is working:
Open "chrome://discards/" The column "AutoDiscardable" should be off for all tabs which are matching the filter list. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | piohlfbmepkepkoiacedlalbmbkjfphc |
| Offizielle URL | https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc |
| Beschreibung | Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details. |
| Dateigröße | 1019 KB |
| Installationsanzahl | 2,433 |
| Aktuelle Version | 3.0.3 |
| Letztes Update | 2022-11-22 |
| Veröffentlichungsdatum | 2021-04-01 |
| Bewertung | 3.57/5 Insgesamt 14 Bewertungen |
| Entwickler | Martin Wiechmann |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/MartinWie/DoNotSuspend |
| Hilfeseite URL | https://github.com/MartinWie/DoNotSuspend/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "3.0.3",
"action": {
"default_title": "__MSG_manifest_title__",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background-worker.js"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"tabs",
"storage"
],
"default_locale": "en"
} | |