Be awake
Extension that keeps your computer awake, by requesting the system not to sleep when activated using icon.
Be awake क्या है?
Be awake saroyanm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that keeps your computer awake, by requesting the system not to sleep when activated using icon."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Be awake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |