ugtabdl

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

Qu'est-ce que ugtabdl ?

ugtabdl est une extension Chrome développée par MT, et sa fonction principale est "Changes the Download Tab buttons location in 'ug' site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ugtabdl

Téléchargez les fichiers d'extension ugtabdl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ugtabdl ugtabdl
ID kobhkedkemeneipolbjfcjobhbekdeen
URL Officiel https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen
Description Changes the Download Tab buttons location in 'ug' site.
Taille du Fichier 4.08 KB
Nombre d'Installations 20
Version Actuelle 0.1
Dernière Mise à Jour 2019-07-07
Date de Publication 2019-07-07
Développeur MT
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}