CCP Command Palette

Control your browser quickier than ever with only your keyboard

CCP Command Palette क्या है?

CCP Command Palette dsamuelson.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control your browser quickier than ever with only your keyboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CCP Command Palette एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}