Caffeine - Keep Awake

Prevent screen dimming or activating a screen saver by overriding power-saving settings to keep the system or display awake

Caffeine - Keep Awakeคืออะไร?

Caffeine - Keep Awake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chandler.stimson และคุณลักษณะหลักของมันคือ "Prevent screen dimming or activating a screen saver by overriding power-saving settings to keep the system or display awake"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Caffeine - Keep Awake

ดาวน์โหลดไฟล์ส่วนขยาย Caffeine - Keep Awake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension prevents your operating system from entering hibernate or sleep mode by offering two levels of operation:

1. "Display" level: It prevents single or multiple monitors from dimming or displaying screensavers.
2. "System" level: It prevents the entire system from entering the power-saving state.

Key features of the extension include:
1. Operation on display or system level.
2. Ability to keep the system awake for a specified period (ranging from 5 minutes to 24 hours) and then allow it to sleep.
3. Capability to keep the system awake while downloading a file, ensuring uninterrupted downloads even when you're not actively present. The system will transition to the idle state once the download is complete.

The extension provides an inactive toolbar button. Click the button once to activate the "keep awake" state and prevent the system from sleeping. Clicking the button again will release the system back to its default state. To change the level of operation, use the right-click context menu options. When the extension is disabled, it does not alter your computer's power settings (PC, Mac, or ChromeOS). However, if enabled, the extension overrides these settings and prevents the system from entering sleep mode.

Notes:
The ability of this extension to prevent your computer from going into sleep mode when the lid is closed may vary based on the operating system. Some operating systems allow background activities even when the lid is closed, while others do not. For example, older Chromebooks suspend all activities when the lid is closed.

Here are some use cases for this extension:
1. Ensuring uninterrupted network connections during an ongoing download.
2. Keeping the screen active during a presentation, even if you're not actively using the mousepad.
3. Preventing the screen from dimming while reading an e-book or PDF.
4. Temporarily keeping your computer awake without modifying the power settings of your operating system.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Caffeine - Keep Awake Caffeine - Keep Awake
ID fcblbbbkcneogddmpmfdchnocbpfpmag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/caffeine-keep-awake/fcblbbbkcneogddmpmfdchnocbpfpmag
คำอธิบาย Prevent screen dimming or activating a screen saver by overriding power-saving settings to keep the system or display awake
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 44,524
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2024-01-16
วันที่เผยแพร่ 2020-05-26
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา chandler.stimson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/caffeine.html
URL หน้าช่วยเหลือ https://webextension.org/listing/caffeine.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.6",
    "name": "Caffeine - Keep Awake",
    "description": "Prevent screen dimming or activating a screen saver by overriding power-saving settings to keep the system or display awake",
    "permissions": [
        "storage",
        "power",
        "idle",
        "contextMenus",
        "alarms"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "homepage_url": "https:\/\/webextension.org\/listing\/caffeine.html",
    "commands": {
        "_execute_action": []
    }
}