ugtabdl

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

Apa itu ugtabdl?

ugtabdl adalah ekstensi Chrome yang dikembangkan oleh MT, dan fitur utamanya adalah "Changes the Download Tab buttons location in 'ug' site.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ugtabdl

Unduh file ekstensi ugtabdl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ugtabdl ugtabdl
ID kobhkedkemeneipolbjfcjobhbekdeen
URL Resmi https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen
Deskripsi Changes the Download Tab buttons location in 'ug' site.
Ukuran File 4.08 KB
Jumlah Instalasi 20
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-07-07
Tanggal Publikasi 2019-07-07
Pengembang MT
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}