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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Key Socket Media Keys |
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": [ " |