Command Palette

Speed up your productivity without having to learn keyboard shortcuts.

Command Palette là gì?

Command Palette là một tiện ích mở rộng Chrome được phát triển bởi athal7, và tính năng chính của nó là "Speed up your productivity without having to learn keyboard shortcuts.".

Ả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

                        Want to improve your productivity, but don't want to learn keyboard shortcuts? With Command Palette, you can become a power user instantly, with a single command.

Supported Websites:
- Gmail

Vote for more sites here: https://github.com/sponsors/athal7                    

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

Tên Command Palette Command Palette
ID cpnjadnfdpmdfplhnfjbgngcokgmkmpd
URL Chính Thức https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd
Mô tả Speed up your productivity without having to learn keyboard shortcuts.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2020-07-25
Ngày Phát Hành 2020-07-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển athal7
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Command Palette",
    "description": "Speed up your productivity without having to learn keyboard shortcuts.",
    "version": "0.3.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}