Disable automatic tab discarding
Stops Chrome from suspending tabs, and reloading them when you switch to them.
Disable automatic tab discardingとは何ですか?
Disable automatic tab discardingはWorld_Languagesによって開発されたChromeの拡張機能で、その主な機能は「Stops Chrome from suspending tabs, and reloading them when you switch to them.」です。
拡張機能のスクリーンショット
Disable automatic tab discarding拡張機能のCRXファイルをダウンロード
Disable automatic tab discarding拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension automatically tells Chrome that every tab you open is "not auto discardable". This might help solve issues where Chrome kills more tabs than you would want to, however, this is not foolproof, and tabs might still get discarded if your system is out of memory. No configuration needed, the extension will mark every open tab as "not auto discardable" as long as you installed the extension and haven't disabled it. Want to make sure this extension is working? Go to chrome://discards in a new tab and see how every row has a cross in the "auto discardable" column. 👨💻 Open source: https://github.com/WorldLanguages/DoNotDiscard
拡張機能の基本情報
名前 | Disable automatic tab discarding |
ID | dnhngfnfolbmhgealdpolmhimnoliiok |
公式URL | https://chromewebstore.google.com/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok |
説明 | Stops Chrome from suspending tabs, and reloading them when you switch to them. |
ファイルサイズ | 29.12 KB |
インストール数 | 186,833 |
現在のバージョン | 1.0.4 |
最終更新日 | 2020-12-16 |
公開日 | 2019-11-03 |
評価 | 3.79/5 合計 367 レビュー |
開発者 | World_Languages |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "version": "1.0.4", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_manifest_title__", "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ], "default_locale": "en" } |