Keyworks
Customize keyboard shortcuts.
什么是Keyworks?
Keyworks是由r7kamura开发的Chrome扩展程序,该扩展的主要功能是“Customize keyboard shortcuts.”。
扩展截图
下载Keyworks扩展crx文件
下载Keyworks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        You can attach the following actions to your favorite shortcut keys:
- CopyToClipboardAction
- GoBackAction
- GoForwardAction
- OpenUrlAction
- OpenUrlInNewTabAction
- ScrollDownAction
- ScrollUpAction                     扩展基本信息
| 名称 |   |  
| ID | chmkmpahmlgaaincbbdfnplohkkkapdl | 
| 官方URL | https://chromewebstore.google.com/detail/keyworks/chmkmpahmlgaaincbbdfnplohkkkapdl | 
| 简介 | Customize keyboard shortcuts. | 
| 文件大小 | 262 KB | 
| 安装次数 | 274 | 
| 当前版本 | 0.1.0 | 
| 更新时间 | 2016-11-08 | 
| 上架时间 | 2016-11-08 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | r7kamura | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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"
}  |  |