Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pjialin/chrome-extesion-sleep-page
- Owner: pjialin
- License: apache-2.0
- Created: 2019-03-15T08:16:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T10:56:52.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T20:17:05.342Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)