Ukulele Tab Player
Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…
Ukulele Tab Player क्या है?
Ukulele Tab Player Duy Tran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ukulele Tab Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Play ukulele tablature straight from your web browser!! just select the four line text.. example at: http://ukulelebuddy.wordpress.com/2013/08/26/tab-bach-prelude-in-c/ remember to only select those four lines! and then press the ukulele button on the top right to play it!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ggmbngnjkkcghbmbpnclfbcihakjidoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/ukulele-tab-player/ggmbngnjkkcghbmbpnclfbcihakjidoc |
विवरण | Play ukulele tablature straight from your web browser!! just select the four line text.. example at:… |
फ़ाइल का आकार | 4.81 MB |
स्थापना संख्या | 259 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2014-04-03 |
प्रकाशन तिथि | 2014-04-03 |
रेटिंग | 3.25/5 कुल 8 रेटिंग्स |
डेवलपर | Duy Tran |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ukulele Tab Player", "version": "2.0", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "notes.js", "noteplayer.js", "songplayer.js", "ukuleletabplayer.js" ], "persistent": false }, "browser_action": { "default_title": "Ukulele Player", "default_icon": "uke_icon.png" }, "manifest_version": 2 } |