Scroll to the bottom

helps users get to the top and bottom of a page instantly

O que é Scroll to the bottom?

Scroll to the bottom é uma extensão do Chrome desenvolvida por Launchpad Digital, e sua principal característica é "helps users get to the top and bottom of a page instantly".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scroll to the bottom

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

                        scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. 

Try it out!                    

Informações Básicas da Extensão

Nome Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
URL Oficial https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Descrição helps users get to the top and bottom of a page instantly
Tamanho do Arquivo 125 KB
Contagem de Instalações 261
Versão Atual 1.0.1
Última Atualização 2021-07-07
Data de Publicação 2021-07-03
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Launchpad Digital
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to the bottom",
    "description": "helps users get to the top and bottom of a page instantly",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        },
        "icons": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        }
    }
}