Ultimate Guitar

Get chords and tabs

什麼是Ultimate Guitar?

Ultimate Guitar是由Mohit Jain開發的Chrome擴展程式,該擴展的主要功能是“Get chords and tabs”。

擴展截圖

screenshot
screenshot

下載Ultimate Guitar擴展crx文件

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

擴展使用說明

                        One click access to guitar chords and tabs from ultimateguitar.com. Context menu option to search for chords and tabs directly from text selection on your favorite music website.                    

擴展基本資訊

名稱 Ultimate Guitar Ultimate Guitar
ID dkehcppjgpmfcnkolmmjolfilniiklii
官方網址 https://chrome.google.com/webstore/detail/ultimate-guitar/dkehcppjgpmfcnkolmmjolfilniiklii
簡介 Get chords and tabs
檔案大小 43.23 KB
安裝次數 367
目前版本 1.0.1
更新時間 2020-09-25
上架時間 2020-09-25
評分 5.00/5 共 2 次評分
開發者 Mohit Jain
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/mjain123/ultimate-guitar
說明頁面URL https://github.com/mjain123/ultimate-guitar
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Guitar",
    "version": "1.0.1",
    "description": "Get chords and tabs",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}