CCP Command Palette

Control your browser quickier than ever with only your keyboard

CCP Command Palette란 무엇입니까?

CCP Command Palette은(는) dsamuelson.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control your browser quickier than ever with only your keyboard"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CCP Command Palette 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CCP Command Palette, or CCP for short, is a chrome extension that allows you to easily accomplish many tasks using only a keyboard. Forget memorizing every shortcut.

How to use CCP Command Palette

1) Open CCP by pressing Ctrl+Shift+P

2) Begin typing.

3) Command Your Browser!

Don't worry about typing everything perfectly. CCP uses fuzzy searching so using only a few characters is often enough to find the command you are looking for.

ie. Say you would like to clear your web cache. Open CCP then type "cache" and press enter.

CCP Command Palette is Open Source!  Go check it out.

https://github.com/a240/CCP-Command-Palette                    

확장 프로그램 기본 정보

이름 CCP Command Palette CCP Command Palette
ID cofhcenpbdpcjghambdchdmdlapaiddh
공식 URL https://chromewebstore.google.com/detail/ccp-command-palette/cofhcenpbdpcjghambdchdmdlapaiddh
설명 Control your browser quickier than ever with only your keyboard
파일 크기 71.34 KB
설치 횟수 119
현재 버전 0.2
최근 업데이트 2014-02-28
출시 날짜 2014-02-25
평점 4.25/5 총 8 개의 평점
개발자 dsamuelson.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/a240/CCP-Command-Palette
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CCP Command Palette",
    "short_name": "CCP",
    "version": "0.2",
    "description": "Control your browser quickier than ever with only your keyboard",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "David Samuelson",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            }
        }
    },
    "permissions": [
        "tabs",
        "browsingData",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "CCP",
        "default_popup": "popup.html"
    }
}