Keyata Media Keys
Control your favorite web-based music player with your keyboard's media keys
Keyata Media Keysとは何ですか?
Keyata Media Keysはhttp://christianoliff.comによって開発されたChromeの拡張機能で、その主な機能は「Control your favorite web-based music player with your keyboard's media keys」です。
拡張機能のスクリーンショット
Keyata Media Keys拡張機能のCRXファイルをダウンロード
Keyata Media Keys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides system-wide media key bindings for hundreds of online music and video streaming sites. Check website for details 拡張機能の基本情報
| 名前 | |
| ID | plpeenhmioohpjnkneohjhedljjjdokb |
| 公式URL | https://chrome.google.com/webstore/detail/keyata-media-keys/plpeenhmioohpjnkneohjhedljjjdokb |
| 説明 | Control your favorite web-based music player with your keyboard's media keys |
| ファイルサイズ | 43.04 KB |
| インストール数 | 138 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2022-04-19 |
| 公開日 | 2019-11-21 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | http://christianoliff.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/keyata/keyata |
| ヘルプページのURL | https://github.com/keyata/keyata/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Keyata Media Keys",
"version": "1.1.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\/keyata\/keyata",
"permissions": [
"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": "Keyata Media Keys extension",
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
}
},
"content_scripts": [
{
"matches": [
" | |