Tabs Unloader
An extension recapture your own memory from browser.
What is Tabs Unloader?
Tabs Unloader is a Chrome extension developed by https://sakkyoi.tech, and its main feature is "An extension recapture your own memory from browser.".
Extension Screenshots
Download Tabs Unloader Extension CRX File
Download Tabs Unloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Tabs Unloader |
ID | jageegmimlcfoomhknbhbmbjacmglnlb |
Official URL | https://chromewebstore.google.com/detail/tabs-unloader/jageegmimlcfoomhknbhbmbjacmglnlb |
Description | An extension recapture your own memory from browser. |
File Size | 642 KB |
Installation Count | 242 |
Current Version | 2.0.0 |
Last Updated | 2023-05-29 |
Publish Date | 2022-06-16 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://sakkyoi.tech |
[email protected] | |
Payment Type | free |
Extension Website | https://sakkyoi.github.io/Tabs-Unloader/ |
Help Page URL | https://github.com/sakkyoi/Tabs-Unloader/issues |
Privacy Policy Page URL | https://sakkyoi.github.io/Tabs-Unloader/privacy.html |
Supported Languages | 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" ] } |