Ukulele Tab Player
Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…
Cos'è Ukulele Tab Player?
Ukulele Tab Player è un'estensione di Chrome sviluppata da Duy Tran, e la sua funzione principale è "Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ukulele Tab Player
Scarica i file di estensione Ukulele Tab Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ggmbngnjkkcghbmbpnclfbcihakjidoc |
URL Ufficiale | https://chromewebstore.google.com/detail/ukulele-tab-player/ggmbngnjkkcghbmbpnclfbcihakjidoc |
Descrizione | Play ukulele tablature straight from your web browser!! just select the four line text.. example at:… |
Dimensione del File | 4.81 MB |
Conteggio Installazioni | 259 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2014-04-03 |
Data di Pubblicazione | 2014-04-03 |
Valutazione | 3.25/5 Totale 8 Valutazioni |
Sviluppatore | Duy Tran |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |