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…

Cos'è GuitarTabFinder?

GuitarTabFinder è un'estensione di Chrome sviluppata da tyler.fields777, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GuitarTabFinder

Scarica i file di estensione GuitarTabFinder 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

                        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!                    

Informazioni di Base sull'Estensione

Nome GuitarTabFinder GuitarTabFinder
ID dlelcgdgpoffihbnfgamnbkhdofabamg
URL Ufficiale https://chrome.google.com/webstore/detail/guitartabfinder/dlelcgdgpoffihbnfgamnbkhdofabamg
Descrizione 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…
Dimensione del File 52.07 KB
Conteggio Installazioni 820
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-12-07
Data di Pubblicazione 2016-12-07
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore tyler.fields777
Tipo di Pagamento free
Lingue Supportate 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'"
}