Spotify lyrics searcher
Opens Google search page with current song as search parameter
Spotify lyrics searcher क्या है?
Spotify lyrics searcher https://sebastiaanjansen.be द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens Google search page with current song as search parameter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotify lyrics searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Opens a Google search page with the current song as parameter. Works only with Spotify Web player.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ffmkmjljpnohoggpphnjddfhcaaaelai |
आधिकारिक URL | https://chromewebstore.google.com/detail/spotify-lyrics-searcher/ffmkmjljpnohoggpphnjddfhcaaaelai |
विवरण | Opens Google search page with current song as search parameter |
फ़ाइल का आकार | 30.06 KB |
स्थापना संख्या | 161 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-08-29 |
प्रकाशन तिथि | 2016-08-29 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://sebastiaanjansen.be |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify lyrics searcher", "description": "Opens Google search page with current song as search parameter", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Spotify lyrics searcher" }, "manifest_version": 2 } |