Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakkyoi/tabs-unloader
An extension recapture your own memory from browser.
https://github.com/sakkyoi/tabs-unloader
chrome chrome-extension edge edge-extension performance-optimization tabs
Last synced: 2 days ago
JSON representation
An extension recapture your own memory from browser.
- Host: GitHub
- URL: https://github.com/sakkyoi/tabs-unloader
- Owner: sakkyoi
- License: lgpl-3.0
- Created: 2020-01-23T08:00:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T08:59:44.000Z (7 months ago)
- Last Synced: 2024-04-24T14:27:44.980Z (7 months ago)
- Topics: chrome, chrome-extension, edge, edge-extension, performance-optimization, tabs
- Language: HTML
- Homepage: https://tabs-unloader.sakkyoi.tech
- Size: 1.25 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](asset/icon/banner.png)
# Tabs Unloader 2.0
An extension recapture your own memory from browser.
## [Documentation](https://sakkyoi.github.io/Tabs-Unloader/guide.html)
## Download from extension store[![chrome](asset/icon/google_badge.png)](https://chrome.google.com/webstore/detail/jageegmimlcfoomhknbhbmbjacmglnlb) [![edge](asset/icon/microsoft_badge.png)](https://microsoftedge.microsoft.com/addons/detail/cnefkmeedalkkciknnilnnfjponcbchh)
## Features
- No tab disappearing. Just unload it.
- Simple to use. Just click your mouse.
- No more memory waste. Recapture your own memory.## New in 2.0
- Brand new operating procedure
- Anti mistouch
- Startup unloader
- Performance improve## Installation
Guide for *load an unpacked extension* from [*chrome developers docs*](https://developer.chrome.com/docs/extensions/mv3/getstarted/#unpacked):
#### 1. Open the Extension Management page by navigating to `chrome://extensions`.
- Alternatively, open this page by clicking on the Extensions menu button and selecting *Manage Extensions* at the bottom of the menu.
- Alternatively, open this page by clicking on the Chrome menu, hovering over *More Tools* then selecting *Extensions*
#### 2. Enable Developer Mode by clicking the toggle switch next to *Developer mode*.
#### 3. Click the *Load unpacked* button and select the extension directory.
Ta-da! The extension has been successfully installed. Because no icons were included in the manifest, a generic icon will be created for the extension.OR, you can just [download from extension store](#download-from-extension-store)
## Usage
#### You can unload your tabs from:
- context menu on pages
- context menu on quick access button (new operating procedure)
- directly clicking on quick access button (new operating procedure)> Quick access button is the extension icon usually on the left of address bar
> Quick access button will be "unload selected tab(s)" when directly clicking on it in generally
> Quick access button can set to the popup menu from old version
#### There are five modes to unload: (different from old version)
| Mode | Description |
| :--- | :---------- |
| Unload Selected Tab(s) | Unload selected tabs contain current tab |
| Unload All Except Selected Tab | Unload all of the tabs you opened but not contain selected tabs |
| Unload All Tabs | Unload all of the tabs you opened |
| Unload All from This Window Except Selected Tab | Unload all of the tabs you opened from current window but not contain selected tabs |
| Unload All Tabs from This Window | Unload all of the tabs you opened from current window |#### Description of preference options:
| Option | Description |
| :----- | :---------- |
| Anti Mistouch | Disallow quick access to disable directly clicking on quick access button |
| Startup Unload | Auto unload all tabs when browser startup to avoid waste of resources |
| Traditional Quick Access | Directly clicking on quick access button will not be "unload selected tab(s)", it will be a popup menu from old version |## Gallery
- Context menu on pages
![context-pages](asset/readme/context-menu.png)
- Context menu on quick access button
![context-quick-access](asset/readme/quick-access-new.png)
- Popup menu in traditional quick access button
![context-quick-access](asset/readme/quick-access-traditional.png)
- Preference page
![preference](asset/readme/preference.png)