Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
What is Extensions Page Keyboard Shortcut?
Extensions Page Keyboard Shortcut is a Chrome extension developed by Kyle Ryan, and its main feature is "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".
Download Extensions Page Keyboard Shortcut Extension CRX File
Download Extensions Page Keyboard Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
Official URL | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
Description | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
File Size | 6.58 KB |
Installation Count | 22 |
Current Version | 1.1 |
Last Updated | 2014-07-25 |
Publish Date | 2014-07-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Kyle Ryan |
Payment Type | free |
Supported Languages | 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" } |