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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ambient.extensions, και η κύρια λειτουργία του είναι "Prevent your computer from going to sleep while downloads are in progress.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Awake - Keep awake while downloading

Λήψη αρχείων επέκτασης Awake - Keep awake while downloading σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
            }
        }
    }
}