Awake - Keep awake while downloading

Prevent your computer from going to sleep while downloads are in progress.

Awake - Keep awake while downloading란 무엇입니까?

Awake - Keep awake while downloading은(는) ambient.extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevent your computer from going to sleep while downloads are in progress."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Awake - Keep awake while downloading 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tired of downloads being unexpectedly interrupted by your system going to sleep? Introducing Awake, the keep awake extension for Google Chrome™ that prevents your computer from going to sleep while downloads are in progress.

Whenever you need your system to stay awake, simply activate Awake by clicking the extension icon or using the keyboard shortcut Ctrl+Shift+O / Command+Shift+O at any time.

Awake will automatically activate while a download is is progress. Once all your downloads are complete, Stay Awake will deactivate itself, allowing your system to rest peacefully.

Right-click the extension icon to manage preferences.                    

확장 프로그램 기본 정보

이름 Awake - Keep awake while downloading Awake - Keep awake while downloading
ID ihmfnheijlagmmbbegepekbebgpkolop
공식 URL https://chromewebstore.google.com/detail/awake-keep-awake-while-do/ihmfnheijlagmmbbegepekbebgpkolop
설명 Prevent your computer from going to sleep while downloads are in progress.
파일 크기 27.51 KB
설치 횟수 175
현재 버전 1.0.2
최근 업데이트 2023-07-17
출시 날짜 2023-07-11
개발자 ambient.extensions
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "description": "__MSG_EXT_DESCRIPTION__",
    "version": "1.0.2",
    "manifest_version": 3,
    "minimum_chrome_version": "109",
    "default_locale": "en",
    "icons": {
        "16": ".\/images\/icon16.png",
        "24": ".\/images\/icon24.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "power",
        "idle",
        "storage",
        "offscreen",
        "downloads",
        "contextMenus"
    ],
    "action": {
        "default_title": "__MSG_EXT_NAME_SHORT__"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            }
        }
    }
}