Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Apa itu Extensions Page Keyboard Shortcut?
Extensions Page Keyboard Shortcut adalah ekstensi Chrome yang dikembangkan oleh Kyle Ryan, dan fitur utamanya adalah "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".
Unduh Berkas CRX Ekstensi Extensions Page Keyboard Shortcut
Unduh file ekstensi Extensions Page Keyboard Shortcut dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
URL Resmi | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
Deskripsi | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
Ukuran File | 6.58 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-07-25 |
Tanggal Publikasi | 2014-07-25 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Kyle Ryan |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |