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…

O que é GuitarTabFinder?

GuitarTabFinder é uma extensão do Chrome desenvolvida por tyler.fields777, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GuitarTabFinder

Baixe arquivos de extensão GuitarTabFinder 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

                        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!                    

Informações Básicas da Extensão

Nome GuitarTabFinder GuitarTabFinder
ID dlelcgdgpoffihbnfgamnbkhdofabamg
URL Oficial https://chrome.google.com/webstore/detail/guitartabfinder/dlelcgdgpoffihbnfgamnbkhdofabamg
Descrição 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…
Tamanho do Arquivo 52.07 KB
Contagem de Instalações 820
Versão Atual 1.0.1
Última Atualização 2016-12-07
Data de Publicação 2016-12-07
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor tyler.fields777
Tipo de Pagamento free
Idiomas Suportados 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'"
}