Sleepless in System
Deprive your system and display from sleeping. Keep your PC awake.
What is Sleepless in System?
Sleepless in System is a Chrome extension developed by https://moin.im, and its main feature is "Deprive your system and display from sleeping. Keep your PC awake.".
Extension Screenshots
Download Sleepless in System Extension CRX File
Download Sleepless in System extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension lets you put your system in sleepless mode. 🙄 Toggle Shortcut: Mac: ⌘ + SHIFT + Z Other: CTRL + SHIFT + Z You can use it when you are not using your PC but there is some background task going on, like: - Downloading - Copying - Torrents, ;) etc. Also available for Android: https://play.google.com/store/apps/details?id=im.moin.sleepless (c) sleeping icon by Layla Cummings from the Noun Project
Extension Basic Information
Name | Sleepless in System |
ID | cnenegfehjcmoginiijjgmchcfllmmbp |
Official URL | https://chromewebstore.google.com/detail/sleepless-in-system/cnenegfehjcmoginiijjgmchcfllmmbp |
Description | Deprive your system and display from sleeping. Keep your PC awake. |
File Size | 17.68 KB |
Installation Count | 1,527 |
Current Version | 0.2.1 |
Last Updated | 2016-05-29 |
Publish Date | 2016-05-29 |
Rating | 3.38/5 Total 8 Ratings |
Developer | https://moin.im |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sleepless in System", "description": "Deprive your system and display from sleeping. Keep your PC awake.", "author": "Moin Uddin", "manifest_version": 2, "version": "0.2.1", "offline_enabled": true, "icons": { "128": "assets\/icon.png" }, "permissions": [ "power" ], "browser_action": { "default_icon": "assets\/awake.png" }, "background": { "scripts": [ "assets\/js\/bg.js" ] }, "commands": { "toggle-sleep": { "suggested_key": { "default": "Ctrl+Shift+Z", "mac": "Command+Shift+Z" }, "description": "Toggle Sleep" } } } |