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
Eメール [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"
    ]
}