ugtabdl
Changes the Download Tab buttons location in 'ug' site.
Was ist ugtabdl?
ugtabdl ist eine Chrome-Erweiterung, die von MT entwickelt wurde, und ihr Hauptmerkmal ist "Changes the Download Tab buttons location in 'ug' site.".
Erweiterungsscreenshots
ugtabdl-Erweiterungs-CRX-Datei herunterladen
Laden Sie ugtabdl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ugtabdl |
ID | kobhkedkemeneipolbjfcjobhbekdeen |
Offizielle URL | https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen |
Beschreibung | Changes the Download Tab buttons location in 'ug' site. |
Dateigröße | 4.08 KB |
Installationsanzahl | 20 |
Aktuelle Version | 0.1 |
Letztes Update | 2019-07-07 |
Veröffentlichungsdatum | 2019-07-07 |
Entwickler | MT |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |