Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/343max/TabHibernation
Chrome extension that sends your tabs to sleep - like OneTab but without removing them from the tab bar
https://github.com/343max/TabHibernation
Last synced: 16 days ago
JSON representation
Chrome extension that sends your tabs to sleep - like OneTab but without removing them from the tab bar
- Host: GitHub
- URL: https://github.com/343max/TabHibernation
- Owner: 343max
- License: bsd-2-clause
- Created: 2013-03-15T17:50:57.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2018-04-21T11:02:06.000Z (over 6 years ago)
- Last Synced: 2024-08-01T05:23:12.804Z (3 months ago)
- Language: JavaScript
- Size: 2.62 MB
- Stars: 77
- Watchers: 9
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TabHibernate
TabHibernate is a Browser Extension that will send inactive Tabs into some kind of "Hibernate" mode – Mostly like [OneTab](https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall) but without removing the tabs from the tabbar.You may download the extension in the [Chrome Web Store](https://chrome.google.com/webstore/detail/tab-hibernation/ddklinnhageaolpojclheieamdiphabe).
**Currently only the Chrome-Version is really supported.
Safari-Version needs a maintainer and a Firefox-Version would be nice to have, contact [@HorayNarea](https://github.com/HorayNarea) if you want to do something about that.**## Building the extension
Code (or other files) that can be used by both the Chrome and Safari extension are stored in `lib/`. Browser-specific code is stored in `Chrome/` for Chrome and in `TabHibernation.safariextension/` for Safari.To make the files in `lib/` accessible from both extensions hard links need to be created. Just run `make` to create these links.
## Screenshot
![Screenshot](material/screenshot1_chrome.png "Chrome screenshot")