Strong Caffeine

Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.

ما هو Strong Caffeine؟

Strong Caffeine هو إضافة Chrome تم تطويرها بواسطة mhenry1384، والميزة الرئيسية لها هي "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Strong Caffeine

قم بتنزيل ملفات الامتداد Strong Caffeine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Prevents OS from automatically going to sleep or starting screen saver.  No option to disable. Intended for use with kiosk web apps.                    

معلومات أساسية عن التمديد

الاسم Strong Caffeine Strong Caffeine
ID pmmnhaaoadicdfmemocgoplcgdmnpmji
عنوان URL الرسمي https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji
الوصف Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
حجم الملف 8.64 KB
عدد التثبيتات 576
النسخة الحالية 0.1.0
آخر تحديث 2021-09-25
تاريخ النشر 2021-09-25
المطور mhenry1384
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mhenry1384/caffeine
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Strong Caffeine",
    "description": "Prevents OS from automatically going to sleep or starting screen saver.  Intended for use with kiosk web apps.",
    "permissions": [
        "power"
    ],
    "icons": {
        "128": "data\/icons\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "homepage_url": "https:\/\/github.com\/mhenry1384\/caffeine"
}