Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Qu'est-ce que Extensions Page Keyboard Shortcut ?
Extensions Page Keyboard Shortcut est une extension Chrome développée par Kyle Ryan, et sa fonction principale est "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".
Télécharger le fichier CRX de l'extension Extensions Page Keyboard Shortcut
Téléchargez les fichiers d'extension Extensions Page Keyboard Shortcut au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
URL Officiel | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
Description | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
Taille du Fichier | 6.58 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-07-25 |
Date de Publication | 2014-07-25 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Kyle Ryan |
Type de Paiement | free |
Langues Prises en Charge | 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" } |