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 с друзьями, чтобы легко установить расширения 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
Электронная почта [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"
    ]
}