Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arifwn/TinySuspender
Unload idle tabs to reduce memory and cpu usage.
https://github.com/arifwn/TinySuspender
Last synced: 16 days ago
JSON representation
Unload idle tabs to reduce memory and cpu usage.
- Host: GitHub
- URL: https://github.com/arifwn/TinySuspender
- Owner: arifwn
- Created: 2016-05-07T13:01:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T07:33:18.000Z (5 months ago)
- Last Synced: 2024-08-01T05:23:15.463Z (3 months ago)
- Language: JavaScript
- Size: 2.95 MB
- Stars: 47
- Watchers: 6
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny Suspender
Unload idle tabs to reduce memory and cpu usage.
Available on Chrome Web Store: https://chrome.google.com/webstore/detail/tiny-suspender/bbomjaikkcabgmfaomdichgcodnaeecf
## Features
- Automatically suspend background tabs. All suspended background tabs are
grouped within a single process, significantly reducing memory and cpu usage.
- Form changes detection to prevent losing edit data on unsubmitted forms.
- Whitelisting to prevent specific site/pages from getting suspended. Regex is supported.
- Temporarily disable automatic suspension on a specific tabs or domains.
- Optional automatic restore when suspended tabs brought to foreground.
- Open links in new suspended tab.## Screenshots
![Main Menu](https://raw.githubusercontent.com/arifwn/TinySuspender/master/store-assets/screenshot-1.png)
![Suspended Page](https://raw.githubusercontent.com/arifwn/TinySuspender/master/store-assets/screenshot-2.png)
![Context Menu Integration](https://raw.githubusercontent.com/arifwn/TinySuspender/master/store-assets/screenshot-3.png)
![Settings](https://raw.githubusercontent.com/arifwn/TinySuspender/master/store-assets/screenshot-4.png)
![Form Detection](https://raw.githubusercontent.com/arifwn/TinySuspender/master/store-assets/screenshot-5.png)
## Notes
- Manifest v2 version of Tiny Suspender is available here: https://github.com/arifwn/TinySuspender-manifest-v2 . The manfest v2 version is no longer maintained.