Tab Cleanup
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
什么是Tab Cleanup?
Tab Cleanup是由https://tabcleanup.com开发的Chrome扩展程序,该扩展的主要功能是“Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.”。
扩展截图
下载Tab Cleanup扩展crx文件
下载Tab Cleanup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. Closing inactive tabs also reduces CPU and memory usage, which can speed up your browser. By clicking "Add to chrome", you accept and agree to installing the TabCleanup Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. Privacy Policy: http://tabcleanup.com/privacy.html Terms of Use: http://tabcleanup.com/terms.html
扩展基本信息
名称 | Tab Cleanup |
ID | ggbmajcpfpdgehnobdbbdjdafaejgpmk |
官方URL | https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk |
简介 | Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. |
文件大小 | 191 KB |
安装次数 | 1,337 |
当前版本 | 0.9.9 |
更新时间 | 2023-09-02 |
上架时间 | 2019-08-26 |
评分 | 2.60/5 共5次评分 |
开发者 | https://tabcleanup.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://tabcleanup.com/support.php |
隐私政策页面URL | https://www.guppymedia.com/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Cleanup", "version": "0.9.9", "description": "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.", "incognito": "split", "chrome_url_overrides": { "newtab": "html\/index.html" }, "permissions": [ "tabs", "unlimitedStorage", "storage" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Tab Cleanup Settings", "default_icon": "icon64.png", "default_popup": "popup.html" }, "manifest_version": 2 } |