ugtabdl
Changes the Download Tab buttons location in 'ug' site.
Cos'è ugtabdl?
ugtabdl è un'estensione di Chrome sviluppata da MT, e la sua funzione principale è "Changes the Download Tab buttons location in 'ug' site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ugtabdl
Scarica i file di estensione ugtabdl in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ugtabdl |
ID | kobhkedkemeneipolbjfcjobhbekdeen |
URL Ufficiale | https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen |
Descrizione | Changes the Download Tab buttons location in 'ug' site. |
Dimensione del File | 4.08 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2019-07-07 |
Data di Pubblicazione | 2019-07-07 |
Sviluppatore | MT |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |