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
官方URL 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"
    ]
}