Ukulele Tab Player

Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…

O que é Ukulele Tab Player?

Ukulele Tab Player é uma extensão do Chrome desenvolvida por Duy Tran, e sua principal característica é "Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Ukulele Tab Player

Baixe arquivos de extensão Ukulele Tab Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Ukulele Tab Player Ukulele Tab Player
ID ggmbngnjkkcghbmbpnclfbcihakjidoc
URL Oficial https://chromewebstore.google.com/detail/ukulele-tab-player/ggmbngnjkkcghbmbpnclfbcihakjidoc
Descrição Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…
Tamanho do Arquivo 4.81 MB
Contagem de Instalações 259
Versão Atual 2.0
Última Atualização 2014-04-03
Data de Publicação 2014-04-03
Classificação 3.25/5 Total de 8 Avaliações
Desenvolvedor Duy Tran
Tipo de Pagamento free
Idiomas Suportados 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
}