ugtabdl

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

Co to jest ugtabdl?

ugtabdl to rozszerzenie Chrome opracowane przez MT, a jego główną funkcją jest „Changes the Download Tab buttons location in 'ug' site.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ugtabdl

Pobierz pliki rozszerzeń ugtabdl w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ugtabdl ugtabdl
ID kobhkedkemeneipolbjfcjobhbekdeen
Oficjalny URL https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen
Opis Changes the Download Tab buttons location in 'ug' site.
Rozmiar pliku 4.08 KB
Liczba instalacji 20
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-07-07
Data Publikacji 2019-07-07
Deweloper MT
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}