ScreenAwake
Schedule your screen, using the chrome power API.
ما هو ScreenAwake؟
ScreenAwake هو إضافة Chrome تم تطويرها بواسطة Mateo Pool، والميزة الرئيسية لها هي "Schedule your screen, using the chrome power API.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ScreenAwake
قم بتنزيل ملفات الامتداد ScreenAwake بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | ScreenAwake |
ID | lgadiplllindjhomnplckccjmfpoikii |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/screenawake/lgadiplllindjhomnplckccjmfpoikii |
الوصف | Schedule your screen, using the chrome power API. |
حجم الملف | 43.17 KB |
عدد التثبيتات | 571 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2017-09-15 |
تاريخ النشر | 2017-09-15 |
المطور | Mateo Pool |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |