Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Hvad er Extensions Page Keyboard Shortcut?
Extensions Page Keyboard Shortcut er en Chrome-udvidelse udviklet af Kyle Ryan, og dens hovedfunktion er "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".
Download Extensions Page Keyboard Shortcut-udvidelses-CRX-fil
Download Extensions Page Keyboard Shortcut-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
Officiel URL | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
Beskrivelse | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
Filstørrelse | 6.58 KB |
Antal Installationer | 22 |
Nuværende Version | 1.1 |
Senest Opdateret | 2014-07-25 |
Udgivelsesdato | 2014-07-25 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Kyle Ryan |
Betalingsmetode | free |
Understøttede Sprog | 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" } |