Extensions Page Keyboard Shortcut

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

Was ist Extensions Page Keyboard Shortcut?

Extensions Page Keyboard Shortcut ist eine Chrome-Erweiterung, die von Kyle Ryan entwickelt wurde, und ihr Hauptmerkmal ist "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".

Extensions Page Keyboard Shortcut-Erweiterungs-CRX-Datei herunterladen

Laden Sie Extensions Page Keyboard Shortcut-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Extensions Page Keyboard Shortcut Extensions Page Keyboard Shortcut
ID pjbmajgbglabooidnlhknimeofmclleg
Offizielle URL https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg
Beschreibung Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Dateigröße 6.58 KB
Installationsanzahl 22
Aktuelle Version 1.1
Letztes Update 2014-07-25
Veröffentlichungsdatum 2014-07-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Kyle Ryan
Zahlungsart free
Unterstützte Sprachen 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"
}