Close Incognito Windows - Keyboard Shortcut

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

Co to jest Close Incognito Windows - Keyboard Shortcut?

Close Incognito Windows - Keyboard Shortcut to rozszerzenie Chrome opracowane przez Matthew Hardnack, a jego główną funkcją jest „Press Alt + W to close all Incognito Windows that are open.”.

Pobierz plik CRX rozszerzenia Close Incognito Windows - Keyboard Shortcut

Pobierz pliki rozszerzeń Close Incognito Windows - Keyboard Shortcut w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Close Incognito Windows - Keyboard Shortcut Close Incognito Windows - Keyboard Shortcut
ID igkgeedjebclacnkomeopdhkgimkhned
Oficjalny URL https://chrome.google.com/webstore/detail/close-incognito-windows-k/igkgeedjebclacnkomeopdhkgimkhned
Opis Press Alt + W to close all Incognito Windows that are open.
Rozmiar pliku 3.24 KB
Liczba instalacji 827
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2013-05-16
Data Publikacji 2013-05-16
Ocena 4.14/5 Łącznie 7 Oceny
Deweloper Matthew Hardnack
Typ Płatności free
Strona Rozszerzenia http://www.matthewhardnack.com
Adres URL Strony Pomocy https://www.twitter.com/matthewhardnack
Obsługiwane Języki 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"
        }
    }
}