Ukulele Tab Player
Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…
What is Ukulele Tab Player?
Ukulele Tab Player is a Chrome extension developed by Duy Tran, and its main feature is "Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…".
Extension Screenshots
Download Ukulele Tab Player Extension CRX File
Download Ukulele Tab Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ggmbngnjkkcghbmbpnclfbcihakjidoc |
Official URL | https://chromewebstore.google.com/detail/ukulele-tab-player/ggmbngnjkkcghbmbpnclfbcihakjidoc |
Description | Play ukulele tablature straight from your web browser!! just select the four line text.. example at:… |
File Size | 4.81 MB |
Installation Count | 259 |
Current Version | 2.0 |
Last Updated | 2014-04-03 |
Publish Date | 2014-04-03 |
Rating | 3.25/5 Total 8 Ratings |
Developer | Duy Tran |
Payment Type | free |
Supported Languages | 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 } |