CCP Command Palette

Control your browser quickier than ever with only your keyboard

CCP Command Palette là gì?

CCP Command Palette là một tiện ích mở rộng Chrome được phát triển bởi dsamuelson.com, và tính năng chính của nó là "Control your browser quickier than ever with only your keyboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CCP Command Palette

Tải xuống các tệp mở rộng CCP Command Palette dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CCP Command Palette CCP Command Palette
ID cofhcenpbdpcjghambdchdmdlapaiddh
URL Chính Thức https://chromewebstore.google.com/detail/ccp-command-palette/cofhcenpbdpcjghambdchdmdlapaiddh
Mô tả Control your browser quickier than ever with only your keyboard
Kích Thước Tệp 71.34 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-02-28
Ngày Phát Hành 2014-02-25
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển dsamuelson.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/a240/CCP-Command-Palette
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}