Key Socket Media Keys
Control your favorite web-based music player with your keyboard's media keys
Key Socket Media Keysとは何ですか?
Key Socket Media KeysはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Control your favorite web-based music player with your keyboard's media keys」です。
拡張機能のスクリーンショット
Key Socket Media Keys拡張機能のCRXファイルをダウンロード
Key Socket Media Keys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides system-wide media key bindings for online music players. Currently supported services, the source code and change log are available here: https://github.com/borismus/keysocket 拡張機能の基本情報
| 名前 | |
| ID | fphfgdknbpakeedbaenojjdcdoajihik |
| 公式URL | https://chromewebstore.google.com/detail/key-socket-media-keys/fphfgdknbpakeedbaenojjdcdoajihik |
| 説明 | Control your favorite web-based music player with your keyboard's media keys |
| ファイルサイズ | 54.84 KB |
| インストール数 | 7,511 |
| 現在のバージョン | 0.9.10.1 |
| 最終更新日 | 2019-04-24 |
| 公開日 | 2019-04-24 |
| 評価 | 4.46/5 合計 368 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/borismus/keysocket |
| ヘルプページのURL | https://github.com/borismus/keysocket/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Key Socket Media Keys",
"version": "0.9.10.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"description": "Control your favorite web-based music player with your keyboard's media keys",
"homepage_url": "https:\/\/github.com\/borismus\/keysocket",
"permissions": [
"tabs",
"contextMenus"
],
"manifest_version": 2,
"commands": {
"prev": {
"suggested_key": {
"default": "MediaPrevTrack",
"mac": "MediaPrevTrack"
},
"description": "Play Previous Track",
"global": true
},
"play-pause": {
"suggested_key": {
"default": "MediaPlayPause",
"mac": "MediaPlayPause"
},
"description": "Play\/Pause Active Audio",
"global": true
},
"next": {
"suggested_key": {
"default": "MediaNextTrack",
"mac": "MediaNextTrack"
},
"description": "Play Next Track",
"global": true
},
"stop": {
"suggested_key": {
"default": "MediaStop",
"mac": "MediaStop"
},
"description": "Stop Audio",
"global": true
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"page_action": {
"default_title": "Key Socket Media Keys extension",
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
}
},
"content_scripts": [
{
"matches": [
" | |