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文件

下載CCP Command Palette擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}