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™ là gì?
Music CAT for Google Play Music™ là một tiện ích mở rộng Chrome được phát triển bởi Krazy Kitten Inc, và tính năng chính của nó là "Music CAT (Control from All Tabs) gives you control of your Google Play Music™ from any tab and with your keyboard.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Music CAT for Google Play Music™
Tải xuống các tệp mở rộng Music CAT for Google Play Music™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfmgndgkfjenffplhbcaaacnodoichdo |
URL Chính Thức | https://chrome.google.com/webstore/detail/music-cat-for-google-play/hfmgndgkfjenffplhbcaaacnodoichdo |
Mô tả | Music CAT (Control from All Tabs) gives you control of your Google Play Music™ from any tab and with your keyboard. |
Kích Thước Tệp | 648 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2014-11-05 |
Ngày Phát Hành | 2014-11-05 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Krazy Kitten Inc |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |