GuitarTabFinder
As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of…
GuitarTabFinder क्या है?
GuitarTabFinder tyler.fields777 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GuitarTabFinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of going to ultimate-guitar and then searching for the song and it can be a pain. Guitar Tab Finder automates this process for you! This chrome extension grabs the video's title, prefills the artist and song title, then searches to see what options are available for the given information. Your choice is then opened in a new Chrome tab so you can get learning!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dlelcgdgpoffihbnfgamnbkhdofabamg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/guitartabfinder/dlelcgdgpoffihbnfgamnbkhdofabamg |
विवरण | As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of… |
फ़ाइल का आकार | 52.07 KB |
स्थापना संख्या | 820 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-12-07 |
प्रकाशन तिथि | 2016-12-07 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | tyler.fields777 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GuitarTabFinder", "version": "1.0.1", "permissions": [ "tabs", "activeTab", "https:\/\/*\/" ], "browser_action": { "default_icon": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "index.html", "default_title": "Guitar Tab Finder" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |