Scroll to top

Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.

O que é Scroll to top?

Scroll to top é uma extensão do Chrome desenvolvida por https://www.peteychuk.com, e sua principal característica é "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Scroll to top

Baixe arquivos de extensão Scroll to top 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

                        Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.                    

Informações Básicas da Extensão

Nome Scroll to top Scroll to top
ID ehajcglbnkfohalbajjnkkobbjelihjd
URL Oficial https://chromewebstore.google.com/detail/scroll-to-top/ehajcglbnkfohalbajjnkkobbjelihjd
Descrição Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.
Tamanho do Arquivo 2.77 MB
Contagem de Instalações 289
Versão Atual 0.3
Última Atualização 2017-10-20
Data de Publicação 2017-10-20
Classificação 4.50/5 Total de 22 Avaliações
Desenvolvedor https://www.peteychuk.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to top",
    "description": "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "top.png"
    ],
    "icons": {
        "48": "top48.png"
    }
}