Genius Button
This extension opens a new tab with the Genius page for the song you're currently listening to.
Genius Button क्या है?
Genius Button jollex5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension opens a new tab with the Genius page for the song you're currently listening to."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Genius Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click the button and it'll open a new tab with the Genius page for the song that was playing on the tab you were in. Only YouTube and Soundcloud are currently supported.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lbglkmldocjomlnfomfdddbokglnlhng |
आधिकारिक URL | https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng |
विवरण | This extension opens a new tab with the Genius page for the song you're currently listening to. |
फ़ाइल का आकार | 41.56 KB |
स्थापना संख्या | 315 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-01-29 |
प्रकाशन तिथि | 2016-01-28 |
रेटिंग | 1.50/5 कुल 8 रेटिंग्स |
डेवलपर | jollex5 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "lib\/jquery-2.2.0.min.js", "src\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Genius Button" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |