Extensions Page Keyboard Shortcut

Use Ctrl+Shift+E to go to the Chrome Extensions Page.

Extensions Page Keyboard Shortcut là gì?

Extensions Page Keyboard Shortcut là một tiện ích mở rộng Chrome được phát triển bởi Kyle Ryan, và tính năng chính của nó là "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".

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

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

                        You should be able to go to the bottom of the extensions page to "Keyboard shortcuts" and customize the bind to whatever you want.

For Mac users, the shortcut will default to Cmd+Shift+E.                    

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

Tên Extensions Page Keyboard Shortcut Extensions Page Keyboard Shortcut
ID pjbmajgbglabooidnlhknimeofmclleg
URL Chính Thức https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg
Mô tả Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Kích Thước Tệp 6.58 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-07-25
Ngày Phát Hành 2014-07-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kyle Ryan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extensions Page Keyboard Shortcut",
    "version": "1.1",
    "description": "Use Ctrl+Shift+E to go to the Chrome Extensions Page.",
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "author": "Kyle Ryan",
    "commands": {
        "open-ext": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            },
            "description": "Open Extensions page"
        }
    },
    "short_name": "Extensions Page Shortcut"
}