DoNotDiscard - Disable tab discard/suspend
Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
Qu'est-ce que DoNotDiscard - Disable tab discard/suspend ?
DoNotDiscard - Disable tab discard/suspend est une extension Chrome développée par Martin Wiechmann, et sa fonction principale est "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DoNotDiscard - Disable tab discard/suspend
Téléchargez les fichiers d'extension DoNotDiscard - Disable tab discard/suspend au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DoNotDiscard - Disable tab discard/suspend |
ID | piohlfbmepkepkoiacedlalbmbkjfphc |
URL Officiel | https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc |
Description | Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details. |
Taille du Fichier | 1019 KB |
Nombre d'Installations | 2,433 |
Version Actuelle | 3.0.3 |
Dernière Mise à Jour | 2022-11-22 |
Date de Publication | 2021-04-01 |
Évaluation | 3.57/5 Total 14 Évaluations |
Développeur | Martin Wiechmann |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MartinWie/DoNotSuspend |
URL de la Page d'Aide | https://github.com/MartinWie/DoNotSuspend/issues |
Langues Prises en Charge | 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" } |