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…

什麼是GuitarTabFinder?

GuitarTabFinder是由tyler.fields777開發的Chrome擴展程式,該擴展的主要功能是“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
screenshot
screenshot
screenshot
screenshot

下載GuitarTabFinder擴展crx文件

下載GuitarTabFinder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 GuitarTabFinder GuitarTabFinder
ID dlelcgdgpoffihbnfgamnbkhdofabamg
官方網址 https://chrome.google.com/webstore/detail/guitartabfinder/dlelcgdgpoffihbnfgamnbkhdofabamg
簡介 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…
檔案大小 52.07 KB
安裝次數 820
目前版本 1.0.1
更新時間 2016-12-07
上架時間 2016-12-07
評分 4.20/5 共 5 次評分
開發者 tyler.fields777
付費類型 free
支援的語言 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'"
}