ScreenAwake
Schedule your screen, using the chrome power API.
Wat is ScreenAwake?
ScreenAwake is een Chrome-extensie ontwikkeld door Mateo Pool, en de belangrijkste functie is "Schedule your screen, using the chrome power API.".
Extensie Screenshots
Download het CRX-bestand van de extensie ScreenAwake
Download ScreenAwake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lgadiplllindjhomnplckccjmfpoikii |
| Officiële URL | https://chromewebstore.google.com/detail/screenawake/lgadiplllindjhomnplckccjmfpoikii |
| Beschrijving | Schedule your screen, using the chrome power API. |
| Bestandsgrootte | 43.17 KB |
| Aantal Installaties | 571 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2017-09-15 |
| Publicatiedatum | 2017-09-15 |
| Ontwikkelaar | Mateo Pool |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |