Be awake
Extension that keeps your computer awake, by requesting the system not to sleep when activated using icon.
Be awake란 무엇입니까?
Be awake은(는) saroyanm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that keeps your computer awake, by requesting the system not to sleep when activated using icon."입니다.
확장 프로그램 스크린샷
Be awake 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Be Awake is a simple, lightweight and open source Chrome extension that helps you keep your computer awake while you work. It does this by preventing the system from entering sleep mode when the extension is activated. This can be useful in situations where you need to keep your computer running for a long period of time, such as when you are watching a video, running a program that takes a long time to complete, or working on a project that requires your computer to stay awake. To activate Be Awake, simply click the extension's icon in the Chrome toolbar. The extension will then keep your computer awake until you deactivate it by clicking the icon again. Be Awake is a convenient tool that can save you time and hassle by eliminating the need to manually prevent your computer from sleeping. Note: The keep awake functionality only works when Chrome is running. Github: https://github.com/Manvel/be-awake Bug reports: https://github.com/Manvel/be-awake/issues
확장 프로그램 기본 정보
이름 | Be awake |
ID | ibaenepllmhoekeccnhdbnijijebehdl |
공식 URL | https://chromewebstore.google.com/detail/be-awake/ibaenepllmhoekeccnhdbnijijebehdl |
설명 | Extension that keeps your computer awake, by requesting the system not to sleep when activated using icon. |
파일 크기 | 40.81 KB |
설치 횟수 | 6,440 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-02-12 |
출시 날짜 | 2013-10-27 |
평점 | 3.54/5 총 13 개의 평점 |
개발자 | saroyanm |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/Manvel/be-awake/issues |
지원되는 언어 | en-US,pt-BR,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "default_locale": "en_US", "manifest_version": 3, "icons": { "16": "img\/icons\/icon-16.png", "32": "img\/icons\/icon-32.png", "48": "img\/icons\/icon-48.png", "128": "img\/icons\/icon-128.png" }, "action": { "default_icon": "img\/icons\/inactive-48.png" }, "background": { "service_worker": "eventPage.js" }, "permissions": [ "storage", "power" ] } |