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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}