Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
什麼是Extensions Page Keyboard Shortcut?
Extensions Page Keyboard Shortcut是由Kyle Ryan開發的Chrome擴展程式,該擴展的主要功能是“Use Ctrl+Shift+E to go to the Chrome Extensions Page.”。
下載Extensions Page Keyboard Shortcut擴展crx文件
下載Extensions Page Keyboard Shortcut擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
官方網址 | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
簡介 | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
檔案大小 | 6.58 KB |
安裝次數 | 22 |
目前版本 | 1.1 |
更新時間 | 2014-07-25 |
上架時間 | 2014-07-25 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Kyle Ryan |
付費類型 | free |
支援的語言 | 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" } |