DoNotDiscard - Disable tab discard/suspend
Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
Apa itu DoNotDiscard - Disable tab discard/suspend?
DoNotDiscard - Disable tab discard/suspend adalah ekstensi Chrome yang dikembangkan oleh Martin Wiechmann, dan fitur utamanya adalah "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DoNotDiscard - Disable tab discard/suspend
Unduh file ekstensi DoNotDiscard - Disable tab discard/suspend dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DoNotDiscard - Disable tab discard/suspend |
ID | piohlfbmepkepkoiacedlalbmbkjfphc |
URL Resmi | https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc |
Deskripsi | Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details. |
Ukuran File | 1019 KB |
Jumlah Instalasi | 2,433 |
Versi Saat Ini | 3.0.3 |
Terakhir Diperbarui | 2022-11-22 |
Tanggal Publikasi | 2021-04-01 |
Penilaian | 3.57/5 Total 14 Penilaian |
Pengembang | Martin Wiechmann |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/MartinWie/DoNotSuspend |
URL Halaman Bantuan | https://github.com/MartinWie/DoNotSuspend/issues |
Bahasa yang Didukung | 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" } |