tgittos / thegreatsuspender

A chrome extension for suspending all tabs to free up memory

Home Page:https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Great Suspender

"The Great Suspender" is a free and open-source Google Chrome extension for people who find that chrome is consuming too much system resource or suffer from frequent chrome crashing. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming.

If you have suggestions or problems using the extension, please submit a bug or a feature request.

Installation

  1. Download the latest available version and unarchive to your preferred location (whichever suits you).
  2. Using Google Chrome browser, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
  3. Click on the Load unpacked extension... button.
  4. Browse to the src directory of the downloaded, unarchived release and confirm.

If you have completed the above steps, the "welcome" page will open indicating successful installation of the extension.

Build from github

Dependencies: openssl, npm.

  1. Clone the tree.
  2. npm install grunt-crx time-grunt grunt grunt-cli
  3. Add ./node_modules/grunt-cli/bin to PATH. (path+= in zsh).
  4. openssl genrsa -out key.pem
  5. grunt

It should say:

Done, without errors.

The extension in crx format will be inside the build/crx/ directory. You can drag it into [extensions] (chrome://extensions) to install locally.

License

This work is licensed under a GNU GENERAL PUBLIC LICENSE (v2)

Shoutouts

This package uses the [html2canvas] (https://github.com/niklasvh/html2canvas) library written by Niklas von Hertzen. It also uses the indexedDb wrapper [db.js] (https://github.com/aaronpowell/db.js) written by Aaron Powell. Thank you also to www.browserstack.com for providing free chrome testing tools.

About

A chrome extension for suspending all tabs to free up memory

https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg/

License:GNU General Public License v2.0


Languages

Language:JavaScript 87.3%Language:HTML 7.4%Language:CSS 5.3%