UG Downloader

UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…

UG Downloaderとは何ですか?

UG DownloaderはJames Wallerによって開発されたChromeの拡張機能で、その主な機能は「UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…」です。

拡張機能のスクリーンショット

screenshot

UG Downloader拡張機能のCRXファイルをダウンロード

UG Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports downloads for tabs that have been removed from the site as well, so no more pesky "This tab has been removed by the publisher" issues. 

Usage:
Simply visit a guitar pro and power tab page and click on the UG Downloader extension icon. Tabs will be automatically downloaded for you in your default download location.

UPDATE:
Now supports HTTPS and the updated Ultimate Guitar download path. If your extension isn't working due to "Page not found", please update your extension.                    

拡張機能の基本情報

名前 UG Downloader UG Downloader
ID jmccjimjbganlpjjkakekhpjlphfoofc
公式URL https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc
説明 UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
ファイルサイズ 9.28 KB
インストール数 2,099
現在のバージョン 3.0
最終更新日 2021-01-21
公開日 2017-09-19
評価 3.74/5 合計 23 レビュー
開発者 James Waller
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UG Downloader",
    "version": "3.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "name": "Click to download tab"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/tabs.ultimate-guitar.com\/*",
        "http:\/\/tabs.ultimate-guitar.com\/*",
        "tabs"
    ]
}