UG Downloader

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

Apa itu UG Downloader?

UG Downloader adalah ekstensi Chrome yang dikembangkan oleh James Waller, dan fitur utamanya adalah "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UG Downloader

Unduh file ekstensi UG Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UG Downloader UG Downloader
ID jmccjimjbganlpjjkakekhpjlphfoofc
URL Resmi https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc
Deskripsi UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
Ukuran File 9.28 KB
Jumlah Instalasi 2,099
Versi Saat Ini 3.0
Terakhir Diperbarui 2021-01-21
Tanggal Publikasi 2017-09-19
Penilaian 3.74/5 Total 23 Penilaian
Pengembang James Waller
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}