Extensions Page Keyboard Shortcut

Use Ctrl+Shift+E to go to the Chrome Extensions Page.

Co to jest Extensions Page Keyboard Shortcut?

Extensions Page Keyboard Shortcut to rozszerzenie Chrome opracowane przez Kyle Ryan, a jego główną funkcją jest „Use Ctrl+Shift+E to go to the Chrome Extensions Page.”.

Pobierz plik CRX rozszerzenia Extensions Page Keyboard Shortcut

Pobierz pliki rozszerzeń Extensions Page 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

                        You should be able to go to the bottom of the extensions page to "Keyboard shortcuts" and customize the bind to whatever you want.

For Mac users, the shortcut will default to Cmd+Shift+E.                    

Podstawowe informacje o rozszerzeniu

Nazwa Extensions Page Keyboard Shortcut Extensions Page Keyboard Shortcut
ID pjbmajgbglabooidnlhknimeofmclleg
Oficjalny URL https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg
Opis Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Rozmiar pliku 6.58 KB
Liczba instalacji 22
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-07-25
Data Publikacji 2014-07-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Kyle Ryan
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extensions Page Keyboard Shortcut",
    "version": "1.1",
    "description": "Use Ctrl+Shift+E to go to the Chrome Extensions Page.",
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "author": "Kyle Ryan",
    "commands": {
        "open-ext": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            },
            "description": "Open Extensions page"
        }
    },
    "short_name": "Extensions Page Shortcut"
}