Commander

Command palette for Chrome.

Commander란 무엇입니까?

Commander은(는) https://ssundarraj.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Command palette for Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Commander 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Commander is a command palette for Chrome. You can perform all actions that you would using a mouse or keyboard shortcuts that are impossible to remember. You never have to use the mouse anymore - just use Commander. No more complicated keyboard shortcuts. Just one to open Commander. 

Now you can search Wikipedia, YouTube, IMDB, and Dictionary.com directly from Commander. You can also add custom actions (only for advanced users) - just click the options link in the extensions page!

Install, hit Ctrl+Y or Cmd+J and you're good to go!                    

확장 프로그램 기본 정보

이름 Commander Commander
ID bcjcolkhdoiogoclgfaoihpaininobdj
공식 URL https://chromewebstore.google.com/detail/commander/bcjcolkhdoiogoclgfaoihpaininobdj
설명 Command palette for Chrome.
파일 크기 11.72 KB
설치 횟수 248
현재 버전 1.3.2
최근 업데이트 2017-03-27
출시 날짜 2017-03-27
평점 4.92/5 총 12 개의 평점
개발자 https://ssundarraj.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ssundarraj.me/commander
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Commander",
    "description": "Command palette for Chrome.",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Commander"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Y",
                "mac": "Command+J",
                "chromeos": "Ctrl+Y",
                "linux": "Ctrl+Y"
            }
        }
    }
}