Commander

Command palette for Chrome.

Commander là gì?

Commander là một tiện ích mở rộng Chrome được phát triển bởi https://ssundarraj.me, và tính năng chính của nó là "Command palette for Chrome.".

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

screenshot
screenshot
screenshot

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

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

                        Commander is a command palette for Chrome. You can perform all actions that you would using a mouse or keyboard shortcuts that are impossible to remember. You never have to use the mouse anymore - just use Commander. No more complicated keyboard shortcuts. Just one to open Commander. 

Now you can search Wikipedia, YouTube, IMDB, and Dictionary.com directly from Commander. You can also add custom actions (only for advanced users) - just click the options link in the extensions page!

Install, hit Ctrl+Y or Cmd+J and you're good to go!                    

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

Tên Commander Commander
ID bcjcolkhdoiogoclgfaoihpaininobdj
URL Chính Thức https://chromewebstore.google.com/detail/commander/bcjcolkhdoiogoclgfaoihpaininobdj
Mô tả Command palette for Chrome.
Kích Thước Tệp 11.72 KB
Số Lần Cài Đặt 248
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2017-03-27
Ngày Phát Hành 2017-03-27
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://ssundarraj.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ssundarraj.me/commander
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Commander",
    "description": "Command palette for Chrome.",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Commander"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Y",
                "mac": "Command+J",
                "chromeos": "Ctrl+Y",
                "linux": "Ctrl+Y"
            }
        }
    }
}