Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pjialin/chrome-extesion-sleep-page

🌙 Automatically put unused pages into hibernation, save memory usage.
https://github.com/pjialin/chrome-extesion-sleep-page

Last synced: 11 days ago
JSON representation

🌙 Automatically put unused pages into hibernation, save memory usage.

Awesome Lists containing this project

README

        

# Sleep Page

Automatically put unused pages into hibernation, save memory usage.

## Usage

This project is basic on [YuraDev/vue-chrome-extension-template](https://github.com/YuraDev/vue-chrome-extension-template).

### Install from Chrome Extensions Store

Get it on [https://chrome.google.com/webstore/detail/sleep-page/cggpihbpaacoilaibgngblakmcllhlfk](https://chrome.google.com/webstore/detail/sleep-page/cggpihbpaacoilaibgngblakmcllhlfk)

### Build from source

Clone the project to your computer and run
```
# package install
yarn install

# build files
npm run dev
```

**Load extension in chrome**

Open chrome and open `chrome://extensions/` , make sure `Developer mode` button is on, click `Load unpacked` , choose `project_dir/build` , now your will see a new extension been loaded.

## License

[Apache License 2.0.](https://github.com/pjialin/chrome-extesion-sleep-page/blob/master/LICENSE)