Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Wat is Extensions Page Keyboard Shortcut?
Extensions Page Keyboard Shortcut is een Chrome-extensie ontwikkeld door Kyle Ryan, en de belangrijkste functie is "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".
Download het CRX-bestand van de extensie Extensions Page Keyboard Shortcut
Download Extensions Page Keyboard Shortcut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
Officiële URL | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
Beschrijving | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
Bestandsgrootte | 6.58 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-07-25 |
Publicatiedatum | 2014-07-25 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Kyle Ryan |
Betalingswijze | free |
Ondersteunde Talen | 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" } |