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 |
| 公式URL | 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 |
| Eメール | [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"
} | |