The Safer Suspender
Release browser resources by suspending the tabs you aren't using
什么是The Safer Suspender?
The Safer Suspender是由valord577开发的Chrome扩展程序,该扩展的主要功能是“Release browser resources by suspending the tabs you aren't using”。
扩展截图
下载The Safer Suspender扩展crx文件
下载The Safer Suspender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"The Safer Suspender" is a safer and free and open-source extension for modern browser, such as Firefox, Edge and Chrome. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming.
Github: https://github.com/valord577/theSaferSuspender/ 扩展基本信息
| 名称 | |
| ID | bghakdgdhifpflgmpknjkekcbomcfnij |
| 官方URL | https://chromewebstore.google.com/detail/the-safer-suspender/bghakdgdhifpflgmpknjkekcbomcfnij |
| 简介 | Release browser resources by suspending the tabs you aren't using |
| 文件大小 | 15.6 KB |
| 安装次数 | 28 |
| 当前版本 | 1.5 |
| 更新时间 | 2021-12-29 |
| 上架时间 | 2021-01-21 |
| 开发者 | valord577 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/valord577/theSaferSuspender |
| 帮助页面URL | https://github.com/valord577/theSaferSuspender/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "88.0",
"author": "valord577",
"name": "The Safer Suspender",
"description": "Release browser resources by suspending the tabs you aren't using",
"version": "1.5",
"icons": {
"128": "icons\/ic_suspender_707070_128x128.png"
},
"homepage_url": "https:\/\/github.com\/valord577\/theSaferSuspender",
"permissions": [
"tabs",
"alarms",
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "backstage\/task.js"
},
"browser_action": {
"default_icon": {
"128": "icons\/ic_suspender_707070_128x128.png"
},
"default_title": "The Safer Suspender",
"default_popup": "popup.html"
}
} | |