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 |
官方網址 | 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 |
電子郵箱 | [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" } |