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 هو إضافة Chrome تم تطويرها بواسطة James Waller، والميزة الرئيسية لها هي "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UG Downloader

قم بتنزيل ملفات الامتداد UG Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    ]
}