百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

MarvellousSuspender

> 编程语言
开源

一个免费的开源 Chrome 扩展 - 没有广告,没有跟踪。基于 The Great Suspender,经过清理并得到积极维护。

1.3K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

一个免费的开源 Chrome 扩展 - 没有广告,没有跟踪。基于 The Great Suspender,经过清理并得到积极维护。


Once installed and enabled, this extension will automatically suspend tabs that have not been used for a default, or user-configurable, time interval. As a result, resources such as memory and CPU that the tab was consuming are freed.

If you have suggestions or problems using the extension, please submit a bug or a feature request.


Chrome Web Store

The Marvellous Suspender is available via the official Chrome Web Store.

For more information on the permissions required by the extension, see kb.marvellouscode.works/docs/TMS/permissions.


Install as an extension from source

Requires Google Chrome 110 or later (Manifest V3).

  1. Download the latest available version and unarchive to your preferred location.
  2. In Google Chrome, navigate to chrome://extensions/ and enable Developer mode (toggle in the upper right corner).
  3. Click Load unpacked extension....
  4. Browse to the src directory of the unarchived folder and confirm.

The "welcome" page will open indicating successful installation.

Be sure to unsuspend all suspended tabs before removing any other version of the extension - suspended tabs that are removed will disappear forever.

Build from source

Dependencies: openssl, npm.

npm install
npm run generate-key
npm run build

Output should end with:

Done, without errors.

The extension in .crx format will be inside build/crx/. You can drag it into chrome://extensions to install locally.

"This extension is not listed in the Chrome Web Store" - if Chrome prevents you from enabling the .crx, extract the .zip from build/zip/, navigate to chrome://extensions, click Load unpacked extension..., browse to the extracted folder, and confirm.


Contributing

Contributions are very welcome. Feel free to submit pull requests for new features and bug fixes. For new features, please raise an issue first so we can discuss the approach - this will go a long way to ensuring your pull request is accepted.

Localization (l10n)

Help localize the extension into your language via Crowdin: crowdin.com/project/tms.
If your language is not available, submit a feature request.

[!IMPORTANT]
Only en (English) and it (Italian) are maintained directly and can be relied upon as accurate.
All other languages were recently brought up to date with AI assistance to close large translation gaps - the result should be functional, but has not had a native-speaker review pass.
If you're fluent in one of these languages, corrections and improvements via Crowdin are very welcome.


License

This work is licensed under a GNU General Public License v2.


Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScriptbrowser-extensionchromechrome-browserchrome-extension

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言