DoNotDiscard - Disable tab discard/suspend
Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
什麼是DoNotDiscard - Disable tab discard/suspend?
DoNotDiscard - Disable tab discard/suspend是由Martin Wiechmann開發的Chrome擴展程式,該擴展的主要功能是“Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.”。
擴展截圖
下載DoNotDiscard - Disable tab discard/suspend擴展crx文件
下載DoNotDiscard - Disable tab discard/suspend擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | piohlfbmepkepkoiacedlalbmbkjfphc |
| 官方網址 | https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc |
| 簡介 | Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details. |
| 檔案大小 | 1019 KB |
| 安裝次數 | 2,433 |
| 目前版本 | 3.0.3 |
| 更新時間 | 2022-11-22 |
| 上架時間 | 2021-04-01 |
| 評分 | 3.57/5 共 14 次評分 |
| 開發者 | Martin Wiechmann |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/MartinWie/DoNotSuspend |
| 說明頁面URL | https://github.com/MartinWie/DoNotSuspend/issues |
| 支援的語言 | 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"
} | |