ScreenAwake
Schedule your screen, using the chrome power API.
Was ist ScreenAwake?
ScreenAwake ist eine Chrome-Erweiterung, die von Mateo Pool entwickelt wurde, und ihr Hauptmerkmal ist "Schedule your screen, using the chrome power API.".
Erweiterungsscreenshots
ScreenAwake-Erweiterungs-CRX-Datei herunterladen
Laden Sie ScreenAwake-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is based on KeepAwake, but allows you to schedule the display to turn on and off.
NOTICE: Sleep simply returns control of the display to the system, allowing the system to put your display to sleep. It is not currently possible with a chrome extension to put your device directly to sleep.
*1.1.2*
Opens and closes window, to make sure your screen wakes Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lgadiplllindjhomnplckccjmfpoikii |
| Offizielle URL | https://chromewebstore.google.com/detail/screenawake/lgadiplllindjhomnplckccjmfpoikii |
| Beschreibung | Schedule your screen, using the chrome power API. |
| Dateigröße | 43.17 KB |
| Installationsanzahl | 571 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2017-09-15 |
| Veröffentlichungsdatum | 2017-09-15 |
| Entwickler | Mateo Pool |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScreenAwake",
"version": "1.1.2",
"manifest_version": 2,
"description": "Schedule your screen, using the chrome power API.",
"icons": {
"16": "Sun16.png",
"48": "Sun48.png",
"128": "Sun.png"
},
"permissions": [
"power",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "Sun16.png",
"default_title": "ScreenAwake",
"default_popup": "index.html"
}
} | |