Stay Awake: Keep Your Computer Awake
Keep your system and display awake whenever you need it or during long downloads.
Τι είναι το Stay Awake: Keep Your Computer Awake;
Το Stay Awake: Keep Your Computer Awake είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mr Violets, και η κύρια λειτουργία του είναι "Keep your system and display awake whenever you need it or during long downloads.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stay Awake: Keep Your Computer Awake
Λήψη αρχείων επέκτασης Stay Awake: Keep Your Computer Awake σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing Stay Awake, the keep awake extension for Google Chrome™. Keep your system awake on demand whenever you want or let Stay Awake automatically activate during downloads. FEATURES - Keep Awake on Demand Whenever you need your system to stay awake, simply activate the extension by clicking the extension icon and choosing "Activate" or using the keyboard shortcut Ctrl+Shift+O / Command+Shift+O at any time. - Keep Awake During Downloads Tired of downloads being unexpectedly interrupted by your system going to sleep? Enable the "Activate while downloading files" option and Stay 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. - Keyboard Support Activate the extension by clicking the extension icon and choosing "Activate" or use the keyboard shortcut Ctrl+Shift+O / Command+Shift+O at any time. The arrow keys can be used to navigate the menu or keyboard shortcuts can be used to quickly access the menu items. USAGE Once installed, you can access the extension by clicking the extension icon in the toolbar. - Click Activate or use the global shortcut Command+Shift+O to enable the extension. - Manage preferences from the popup.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Stay Awake: Keep Your Computer Awake |
ID | gofaiibillcpfajafckhoieamembimje |
Επίσημο URL | https://chromewebstore.google.com/detail/stay-awake-keep-your-comp/gofaiibillcpfajafckhoieamembimje |
Περιγραφή | Keep your system and display awake whenever you need it or during long downloads. |
Μέγεθος Αρχείου | 45.86 KB |
Αριθμός Εγκαταστάσεων | 1,389 |
Τρέχουσα Έκδοση | 1.2.3 |
Τελευταία Ενημέρωση | 2023-11-22 |
Ημερομηνία Δημοσίευσης | 2023-05-28 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Mr Violets |
Ηλεκτρονικό ταχυδρομείο | [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.2.3", "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" ], "optional_permissions": [ "downloads" ], "action": { "default_title": "__MSG_EXT_NAME_SHORT__", "default_popup": ".\/popup\/popup.html" }, "commands": { "toggleOnOff": { "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O" }, "description": "Toggle stay awake on\/off" } } } |