Command Palette

A command palette to navigate in Google Chrome faster.

Command Palette là gì?

Command Palette là một tiện ích mở rộng Chrome được phát triển bởi Chin Leung, và tính năng chính của nó là "A command palette to navigate in Google Chrome faster.".

Ả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 Command Palette

Tải xuống các tệp mở rộng 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

                        An extension that allows you to quickly switch between active tabs, open new tabs, execute commands and more.

Open the command palette by pressing CTRL/COMMAND + SHIFT + K at anytime. The shortcut is editable in the Chrome's shortcuts settings (chrome://extensions/shortcuts).                    

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

Tên Command Palette Command Palette
ID lfmfhlofoaleegdogpmknfbibciflfek
URL Chính Thức https://chromewebstore.google.com/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek
Mô tả A command palette to navigate in Google Chrome faster.
Kích Thước Tệp 86.21 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-08-09
Ngày Phát Hành 2022-03-22
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Chin Leung
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/chinleung/chrome-command-palette-issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Command Palette",
    "description": "A command palette to navigate in Google Chrome faster.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggle-palette": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Toggle the command palette."
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "search",
        "tabs"
    ]
}