Keep Computer Awake (for a While)

Keep your computer running or screen on, and return to default state by a timer.

Keep Computer Awake (for a While) क्या है?

Keep Computer Awake (for a While) https://guokai.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your computer running or screen on, and return to default state by a timer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keep Computer Awake (for a While) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Similar to other "Keep Awake" extensions, the basic function of this extension is to override current system energy-saving setting, and prevent your computer from sleeping or turning off the screen. In addition, this extension provides a countdown timer that can switch to default state and (optionally) close the active tab. For example you can keep your computer running for a while, then let it go to sleep. It also supports keyboard shortcuts to change the state.

Click the extension icon, you can switch between three states:
● Keep screen on: The computer does not go to sleep, and the screen keeps on. For example, when you do a presentation.
● Keep system running: The computer does not go to sleep, but the screen can be turned off. For example, when you upload or download files, the screen can be turned off, but need to keep the system running.
● System default state: Cancel the above two states. Whether to go to sleep or turn off the screen depends on the energy-saving setting of your operating system.

This extension provides a countdown timer. You can use it:
1. Switch to default state. For example, when a program is being executed, it may take some time to complete. In this situation, you can set the state to keep system running, and switch to default state an hour later.
2. Set a timer to close the tab that is playing a podcast or video when you go to bed. This may help you fall asleep better.

Note: if you turn your computer to sleep manually (e.g. close the laptop lid), or quit the browser completely, this extension can't keep your computer running.                    

एक्सटेंशन की मूल जानकारी

नाम Keep Computer Awake (for a While) Keep Computer Awake (for a While)
ID imbpigcghoambmanjekibelfjemnnool
आधिकारिक URL https://chromewebstore.google.com/detail/keep-computer-awake-for-a/imbpigcghoambmanjekibelfjemnnool
विवरण Keep your computer running or screen on, and return to default state by a timer.
फ़ाइल का आकार 13.97 KB
स्थापना संख्या 8,577
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2023-02-22
प्रकाशन तिथि 2020-02-07
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर https://guokai.dev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://guokai.dev/privacy
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.7",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "power",
        "alarms",
        "background",
        "storage"
    ],
    "icons": {
        "16": "icon\/display_16.png",
        "48": "icon\/display_48.png",
        "128": "icon\/display_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "display": {
            "description": "__MSG_opPower_display__"
        },
        "system": {
            "description": "__MSG_opPower_system__"
        },
        "default": {
            "description": "__MSG_opPower_default__"
        }
    },
    "action": {
        "default_icon": {
            "16": "icon\/default_16.png",
            "24": "icon\/default_24.png",
            "32": "icon\/default_32.png"
        },
        "default_title": "Keep Awake",
        "default_popup": "popup.html"
    }
}