Extensions Page Keyboard Shortcut

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

Vad är Extensions Page Keyboard Shortcut?

Extensions Page Keyboard Shortcut är en Chrome-tillägg utvecklad av Kyle Ryan, och dess huvudfunktion är "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".

Ladda ner Extensions Page Keyboard Shortcut-förlängningens CRX-fil

Ladda ner Extensions Page Keyboard Shortcut-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Extensions Page Keyboard Shortcut Extensions Page Keyboard Shortcut
ID pjbmajgbglabooidnlhknimeofmclleg
Officiell webbadress https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg
Beskrivning Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Filstorlek 6.58 KB
Antal Installationer 22
Aktuell Version 1.1
Senast Uppdaterad 2014-07-25
Publiceringsdatum 2014-07-25
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Kyle Ryan
Betalningssätt free
Stödda Språk 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"
}