Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.