Close Incognito Windows - Keyboard Shortcut

Press Alt + W to close all Incognito Windows that are open.

Τι είναι το Close Incognito Windows - Keyboard Shortcut;

Το Close Incognito Windows - Keyboard Shortcut είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matthew Hardnack, και η κύρια λειτουργία του είναι "Press Alt + W to close all Incognito Windows that are open.".

Λήψη αρχείου CRX της επέκτασης Close Incognito Windows - Keyboard Shortcut

Λήψη αρχείων επέκτασης Close Incognito Windows - Keyboard Shortcut σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        NOTE: You must check "Allow in incognito" after installing this extension for this to work. Otherwise the extension will have permission to find and close the opened incognito windows.

Ever wanted to be able to close all of your Incognito Windows at the press of a button? Now you can using the keyboard shortcut Alt + W.

You must have a chrome window in focus when pressing the keyboard shortcut, otherwise it will not work. But will still close minimized windows when a chrome window (incognito or not) is focused.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
ID igkgeedjebclacnkomeopdhkgimkhned
Επίσημο URL https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned
Περιγραφή Press Alt + W to close all Incognito Windows that are open.
Μέγεθος Αρχείου 3.24 KB
Αριθμός Εγκαταστάσεων 827
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2013-05-16
Ημερομηνία Δημοσίευσης 2013-05-16
Αξιολόγηση 4.14/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Matthew Hardnack
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.matthewhardnack.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.twitter.com/matthewhardnack
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Incognito Windows - Keyboard Shortcut",
    "description": "Press Alt + W to close all Incognito Windows that are open.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "close_windows": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        }
    }
}