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.                    

拡張機能の基本情報

名前 Extensions Page Keyboard Shortcut Extensions Page Keyboard Shortcut
ID pjbmajgbglabooidnlhknimeofmclleg
公式URL 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"
}