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…
¿Qué es GuitarTabFinder?
GuitarTabFinder es una extensión de Chrome desarrollada por tyler.fields777, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GuitarTabFinder
Descarga archivos de extensión GuitarTabFinder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | dlelcgdgpoffihbnfgamnbkhdofabamg |
URL Oficial | https://chrome.google.com/webstore/detail/guitartabfinder/dlelcgdgpoffihbnfgamnbkhdofabamg |
Descripción | 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… |
Tamaño del Archivo | 52.07 KB |
Cantidad de Instalaciones | 820 |
Versión Actual | 1.0.1 |
Última Actualización | 2016-12-07 |
Fecha de Publicación | 2016-12-07 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | tyler.fields777 |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |