Music CAT for Google Play Music™
Music CAT (Control from All Tabs) gives you control of your Google Play Music™ from any tab and with your keyboard.
Music CAT for Google Play Music™란 무엇입니까?
Music CAT for Google Play Music™은(는) Krazy Kitten Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Music CAT (Control from All Tabs) gives you control of your Google Play Music™ from any tab and with your keyboard."입니다.
확장 프로그램 스크린샷
Music CAT for Google Play Music™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Compatible with Google Play Music™ including the new All Access service! Keyboard Controls (extension must be open) Pause/Play - Space Skip - Right Arrow Previous - Left Arrow Thumb Up - Up Arrow Thumb Down - Down Arrow Shuffle - S Repeat - R To avoid the mouse entirely, you can set a shortcut to open the extension by going to Chrome -> Settings/Preferences -> Extensions -> Keyboard Shortcuts (scroll to the bottom) Change Logs: Update 1.3: - Fixed the album art issue - Fixed other small fixes Update 1.2: -Random fixes Update 1.1: -Added new keyboard shortcuts -Progress Bar is now scrollable -Other Bug fixes Initial Version 1.0 If you find any issues, please tell us here: https://github.com/calebgomer/Music-CAT/issues or email (look on github) Ryan McNamee Chinmay Ghotkar Caleb Gomer
확장 프로그램 기본 정보
이름 | |
ID | hfmgndgkfjenffplhbcaaacnodoichdo |
공식 URL | https://chrome.google.com/webstore/detail/music-cat-for-google-play/hfmgndgkfjenffplhbcaaacnodoichdo |
설명 | Music CAT (Control from All Tabs) gives you control of your Google Play Music™ from any tab and with your keyboard. |
파일 크기 | 648 KB |
설치 횟수 | 53 |
현재 버전 | 1.3 |
최근 업데이트 | 2014-11-05 |
출시 날짜 | 2014-11-05 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Krazy Kitten Inc |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music CAT for Google Play Music\u2122", "description": "Music CAT (Control from All Tabs) gives you control of your Google Play Music\u2122 from any tab and with your keyboard.", "version": "1.3", "browser_action": { "default_icon": "images\/icon128V2.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/music\/*" ], "run_at": "document_end", "js": [ "scripts\/jquery.js", "scripts\/music.js" ] } ], "permissions": [ "tabs", "https:\/\/play.google.com\/music\/*" ], "icons": { "16": "images\/icon16V2.png", "48": "images\/icon48V2.png", "128": "images\/icon128V2.png", "256": "images\/icon256V2.png", "512": "images\/icon512V2.png" } } |