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 |
| Eメール | [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"
} | |