Keyworks

Customize keyboard shortcuts.

Keyworks là gì?

Keyworks là một tiện ích mở rộng Chrome được phát triển bởi r7kamura, và tính năng chính của nó là "Customize keyboard shortcuts.".

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

screenshot

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

Tải xuống các tệp mở rộng Keyworks 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 can attach the following actions to your favorite shortcut keys:

- CopyToClipboardAction
- GoBackAction
- GoForwardAction
- OpenUrlAction
- OpenUrlInNewTabAction
- ScrollDownAction
- ScrollUpAction                    

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

Tên Keyworks Keyworks
ID chmkmpahmlgaaincbbdfnplohkkkapdl
URL Chính Thức https://chromewebstore.google.com/detail/keyworks/chmkmpahmlgaaincbbdfnplohkkkapdl
Mô tả Customize keyboard shortcuts.
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-11-08
Ngày Phát Hành 2016-11-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển r7kamura
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyworks",
    "description": "__MSG_applicationDescription__",
    "version": "0.1.0",
    "author": "Ryo Nakamura",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Keyworks"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/r7kamura\/keyworks",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "options_page": "html\/options.html",
    "permissions": [
        "clipboardRead",
        "storage"
    ],
    "short_name": "Keyworks"
}