SpotCheck
Searches for the selected text in Spotify
SpotCheck क्या है?
SpotCheck SpotCheck द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searches for the selected text in Spotify"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SpotCheck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The ultimate Spotify google chrome extension. Highlight any text of a song name, then right click and you can either Open it in Spotify, Copy the link for it in Spotify (for easy sharing), or add it to your Saved Songs or any playlist. Note: We are not affiliated with Spotify.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fdfebmbjloigljjdadinplkljlcdeemc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc |
विवरण | Searches for the selected text in Spotify |
फ़ाइल का आकार | 18.49 KB |
स्थापना संख्या | 142 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-07-21 |
प्रकाशन तिथि | 2016-07-21 |
रेटिंग | 4.76/5 कुल 34 रेटिंग्स |
डेवलपर | SpotCheck |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpotCheck", "short_name": "Search", "description": "Searches for the selected text in Spotify", "version": "1.0.0", "minimum_chrome_version": "38", "permissions": [ "contextMenus", "tabs", "identity", "storage", "https:\/\/api.spotify.com\/*\/" ], "icons": { "16": "assets\/search.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "assets\/search.png", "default_popup": "popup.html" }, "background": { "page": "background.html" } } |