ugtabdl

Changes the Download Tab buttons location in 'ug' site.

Что такое ugtabdl?

ugtabdl - это расширение Chrome, разработанное MT, и его основная функция - "Changes the Download Tab buttons location in 'ug' site.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ugtabdl

Скачайте файлы расширений ugtabdl в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        On Ultimate Guitar website, moves the "Download Tab" button from the bottom of the page to the top, to prevent annoying scrolldowns when downloading GP tabs.                    

Основная информация о расширении

Название ugtabdl ugtabdl
ID kobhkedkemeneipolbjfcjobhbekdeen
Официальный URL https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen
Описание Changes the Download Tab buttons location in 'ug' site.
Размер файла 4.08 KB
Количество установок 20
Текущая Версия 0.1
Последнее Обновление 2019-07-07
Дата публикации 2019-07-07
Разработчик MT
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ugtabdl",
    "version": "0.1",
    "description": "Changes the Download Tab buttons location in 'ug' site.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ultimate-guitar.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}