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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Music CAT (Control from All Tabs) gives you control of your Google Play Music™ from any tab and with your keyboard."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Music CAT for Google Play Music™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |