Don't discard
Disables automatic tab discarding feature, configurable for specific urls.
什么是Don't discard?
Don't discard是由Yuhsak Inoue开发的Chrome扩展程序,该扩展的主要功能是“Disables automatic tab discarding feature, configurable for specific urls.”。
扩展截图
下载Don't discard扩展crx文件
下载Don't discard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The conditions to determine which tabs to be disabled can be configured at option page using regular expression based on website's url, otherwise automatic discarding will be turned off for entire tabs by default. The relevant tabs must be reloaded to be taking effect by this extension. Note that only "turning off discarding" will be taking care of, which means that this extension never turns it on back once a tab were effected even if the tab doesn't hit the conditions any more. To turn on the feature again, please configure it manually by visiting browser's discarding setting page. Also relaunching the browser itself is one of the ways to sync the actual tab's states against the configured conditions.
扩展基本信息
名称 | Don't discard |
ID | onodhifphgifinclhihikocgokedljbp |
官方URL | https://chromewebstore.google.com/detail/dont-discard/onodhifphgifinclhihikocgokedljbp |
简介 | Disables automatic tab discarding feature, configurable for specific urls. |
文件大小 | 58.26 KB |
安装次数 | 1,500 |
当前版本 | 0.1.0 |
更新时间 | 2022-03-18 |
上架时间 | 2022-03-18 |
评分 | 4.20/5 共5次评分 |
开发者 | Yuhsak Inoue |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/yuhsak/dont-discard |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Don't discard", "description": "Disables automatic tab discarding feature, configurable for specific urls.", "version": "0.1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "options_page": "option\/index.html", "permissions": [ "tabs", "storage" ] } |