Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
O que é Extensions Page Keyboard Shortcut?
Extensions Page Keyboard Shortcut é uma extensão do Chrome desenvolvida por Kyle Ryan, e sua principal característica é "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".
Baixar o arquivo CRX da Extensão Extensions Page Keyboard Shortcut
Baixe arquivos de extensão Extensions Page Keyboard Shortcut no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
URL Oficial | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
Descrição | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
Tamanho do Arquivo | 6.58 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.1 |
Última Atualização | 2014-07-25 |
Data de Publicação | 2014-07-25 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Kyle Ryan |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |