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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}