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文件
下載Be awake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |