ugtabdl

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

O que é ugtabdl?

ugtabdl é uma extensão do Chrome desenvolvida por MT, e sua principal característica é "Changes the Download Tab buttons location in 'ug' site.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ugtabdl

Baixe arquivos de extensão ugtabdl no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ugtabdl ugtabdl
ID kobhkedkemeneipolbjfcjobhbekdeen
URL Oficial https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen
Descrição Changes the Download Tab buttons location in 'ug' site.
Tamanho do Arquivo 4.08 KB
Contagem de Instalações 20
Versão Atual 0.1
Última Atualização 2019-07-07
Data de Publicação 2019-07-07
Desenvolvedor MT
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}