Sleepless in System
Deprive your system and display from sleeping. Keep your PC awake.
Cos'è Sleepless in System?
Sleepless in System è un'estensione di Chrome sviluppata da https://moin.im, e la sua funzione principale è "Deprive your system and display from sleeping. Keep your PC awake.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sleepless in System
Scarica i file di estensione Sleepless in System in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Sleepless in System |
ID | cnenegfehjcmoginiijjgmchcfllmmbp |
URL Ufficiale | https://chromewebstore.google.com/detail/sleepless-in-system/cnenegfehjcmoginiijjgmchcfllmmbp |
Descrizione | Deprive your system and display from sleeping. Keep your PC awake. |
Dimensione del File | 17.68 KB |
Conteggio Installazioni | 1,527 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2016-05-29 |
Data di Pubblicazione | 2016-05-29 |
Valutazione | 3.38/5 Totale 8 Valutazioni |
Sviluppatore | https://moin.im |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |