Tabs Unloader
An extension recapture your own memory from browser.
什么是Tabs Unloader?
Tabs Unloader是由https://sakkyoi.tech开发的Chrome扩展程序,该扩展的主要功能是“An extension recapture your own memory from browser.”。
扩展截图
下载Tabs Unloader扩展crx文件
下载Tabs Unloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension recapture your own memory from browser. Features: ‧ No tab disappearing. Just unload it from memory. You can reload it anytime if you want. ‧ Simple to use. Just click your mouse. Unload tabs in 5 mode. ‧ No more memory waste. Unload tabs. Recapture your own memory. New in 2.0: ‧ Brand new operating procedure ‧ Anti mistouch ‧ Startup unloader ‧ Performance improve Official Site: https://tabs-unloader.sakkyoi.tech/ Github: https://github.com/sakkyoi/Tabs-Unloader User Guide: https://tabs-unloader.sakkyoi.tech/#/guide Author: https://sakkyoi.tech/
扩展基本信息
名称 | Tabs Unloader |
ID | jageegmimlcfoomhknbhbmbjacmglnlb |
官方URL | https://chromewebstore.google.com/detail/tabs-unloader/jageegmimlcfoomhknbhbmbjacmglnlb |
简介 | An extension recapture your own memory from browser. |
文件大小 | 642 KB |
安装次数 | 242 |
当前版本 | 2.0.0 |
更新时间 | 2023-05-29 |
上架时间 | 2022-06-16 |
评分 | 3.00/5 共2次评分 |
开发者 | https://sakkyoi.tech |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sakkyoi.github.io/Tabs-Unloader/ |
帮助页面URL | https://github.com/sakkyoi/Tabs-Unloader/issues |
隐私政策页面URL | https://sakkyoi.github.io/Tabs-Unloader/privacy.html |
支持的语言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.0.0", "author": "sakkyoi", "default_locale": "en", "icons": { "128": "asset\/icon\/icon_128.png" }, "content_scripts": [], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "asset\/icon\/icon_128.png", "default_title": "__MSG_appName__" }, "options_page": "preference\/preference.html", "permissions": [ "contextMenus", "tabs", "storage" ] } |