Extensions Page Keyboard Shortcut

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

Cos'è Extensions Page Keyboard Shortcut?

Extensions Page Keyboard Shortcut è un'estensione di Chrome sviluppata da Kyle Ryan, e la sua funzione principale è "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".

Scarica il file CRX dell'estensione Extensions Page Keyboard Shortcut

Scarica i file di estensione Extensions Page Keyboard Shortcut in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Extensions Page Keyboard Shortcut Extensions Page Keyboard Shortcut
ID pjbmajgbglabooidnlhknimeofmclleg
URL Ufficiale https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg
Descrizione Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Dimensione del File 6.58 KB
Conteggio Installazioni 22
Versione Corrente 1.1
Ultimo Aggiornamento 2014-07-25
Data di Pubblicazione 2014-07-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Kyle Ryan
Tipo di Pagamento free
Lingue Supportate 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"
}