ugtabdl

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

Wat is ugtabdl?

ugtabdl is een Chrome-extensie ontwikkeld door MT, en de belangrijkste functie is "Changes the Download Tab buttons location in 'ug' site.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ugtabdl

Download ugtabdl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ugtabdl ugtabdl
ID kobhkedkemeneipolbjfcjobhbekdeen
Officiële URL https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen
Beschrijving Changes the Download Tab buttons location in 'ug' site.
Bestandsgrootte 4.08 KB
Aantal Installaties 20
Huidige Versie 0.1
Laatst Bijgewerkt 2019-07-07
Publicatiedatum 2019-07-07
Ontwikkelaar MT
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}