Small Player for Google Music™
Unofficial small player for Google Music
Small Player for Google Music™ क्या है?
Small Player for Google Music™ Thomas Pelletier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial small player for Google Music"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Small Player for Google Music™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of looking for that Google Music™ tab? This unofficial Chrome extension gives you a quick access to the currently playing track and the basic features. * See the current track * Play / Pause * Previous / Next track * Thumbs up / thumbs down * Notification when the track changes (optional) * Open the right tab in one click * Separate window
एक्सटेंशन की मूल जानकारी
नाम | Small Player for Google Music™ |
ID | modjkeoidggambjcakhffpfabbiboece |
आधिकारिक URL | https://chromewebstore.google.com/detail/small-player-for-google-m/modjkeoidggambjcakhffpfabbiboece |
विवरण | Unofficial small player for Google Music |
फ़ाइल का आकार | 114 KB |
स्थापना संख्या | 217 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-12-20 |
प्रकाशन तिथि | 2013-12-20 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | Thomas Pelletier |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Small Player for Google Music\u2122", "description": "Unofficial small player for Google Music", "version": "1.1", "author": "Thomas Pelletier", "background": { "scripts": [ "vendor\/jquery-2.0.3.min.js", "static\/js\/common.js", "static\/js\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/play.google.com\/music", "tabs", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/music*" ], "css": [], "js": [ "vendor\/jquery-2.0.3.min.js", "static\/js\/script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "vendor\/jquery-2.0.3.min.js", "vendor\/jquery-2.0.3.min.map" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |