Tab Discard (Suspender)
Easily suspend inactive tabs and save up memory for your browser.
什么是Tab Discard (Suspender)?
Tab Discard (Suspender)是由chYer开发的Chrome扩展程序,该扩展的主要功能是“Easily suspend inactive tabs and save up memory for your browser.”。
扩展截图
下载Tab Discard (Suspender)扩展crx文件
下载Tab Discard (Suspender)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Discard (Suspender) is an extension that lets you easily suspend either all inactive tabs or just the active tab by clicking on the toolbar button. In principle, suspending tabs can reduce the browser memory and enhances your browsing experience. When you click on a suspended tab (make it active) it will be loaded with the previous content automatically. This addon is useful when you have several open tabs, you can suspend them all (free up the memory) with just one click and then visit them one-by-one to unsuspend. This way, your browser will use the least amount of memory and have a better performance. Please right-click on the toolbar button and then select the desired option for suspending tabs (i.e. active or inactive tabs). To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/tab-discard.html) and fill the bug report form.
扩展基本信息
名称 | Tab Discard (Suspender) |
ID | eackfaijnihopppechdgblecghggkome |
官方URL | https://chromewebstore.google.com/detail/tab-discard-suspender/eackfaijnihopppechdgblecghggkome |
简介 | Easily suspend inactive tabs and save up memory for your browser. |
文件大小 | 19.15 KB |
安装次数 | 628 |
当前版本 | 0.1.3 |
更新时间 | 2023-03-05 |
上架时间 | 2017-10-26 |
评分 | 4.25/5 共8次评分 |
开发者 | chYer |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mybrowseraddon.com/tab-discard.html |
帮助页面URL | https://mybrowseraddon.com/tab-discard.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "offline_enabled": true, "name": "Tab Discard (Suspender)", "homepage_url": "https:\/\/mybrowseraddon.com\/tab-discard.html", "description": "Easily suspend inactive tabs and save up memory for your browser.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus", "notifications" ], "action": { "default_title": "Tab Discard (Suspender)", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "tab-discard": { "description": "Tab Discard (Suspender)", "suggested_key": { "default": "Alt+Shift+D" } } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |