Back to the Top

Scroll to the top of the page

O que é Back to the Top?

Back to the Top é uma extensão do Chrome desenvolvida por marinadecroon, e sua principal característica é "Scroll to the top of the page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Back to the Top

Baixe arquivos de extensão Back to the 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

                        A browser extension (add-on) for Google Chrome that allows you to quickly get back to the top and/or bottom of a page.                    

Informações Básicas da Extensão

Nome Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
URL Oficial https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
Descrição Scroll to the top of the page
Tamanho do Arquivo 14.1 KB
Contagem de Instalações 160
Versão Atual 1.0
Última Atualização 2022-04-18
Data de Publicação 2022-04-18
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor marinadecroon
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/toptoscroll/home
Idiomas Suportados en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Scroll to the top of the page",
    "name": "Back to the Top",
    "short_name": "up",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/avroraext.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}