DoNotDiscard - Disable tab discard/suspend
Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
Cos'è DoNotDiscard - Disable tab discard/suspend?
DoNotDiscard - Disable tab discard/suspend è un'estensione di Chrome sviluppata da Martin Wiechmann, e la sua funzione principale è "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DoNotDiscard - Disable tab discard/suspend
Scarica i file di estensione DoNotDiscard - Disable tab discard/suspend 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
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.
Informazioni di Base sull'Estensione
Nome | DoNotDiscard - Disable tab discard/suspend |
ID | piohlfbmepkepkoiacedlalbmbkjfphc |
URL Ufficiale | https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc |
Descrizione | Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details. |
Dimensione del File | 1019 KB |
Conteggio Installazioni | 2,433 |
Versione Corrente | 3.0.3 |
Ultimo Aggiornamento | 2022-11-22 |
Data di Pubblicazione | 2021-04-01 |
Valutazione | 3.57/5 Totale 14 Valutazioni |
Sviluppatore | Martin Wiechmann |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/MartinWie/DoNotSuspend |
URL della Pagina di Aiuto | https://github.com/MartinWie/DoNotSuspend/issues |
Lingue Supportate | 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" } |