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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent your computer from going to sleep while downloads are in progress."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Awake - Keep awake while downloading एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } } } |