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
官方網址 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
電子郵箱 [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"
    ]
}