Scroll to the bottom

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

¿Qué es Scroll to the bottom?

Scroll to the bottom es una extensión de Chrome desarrollada por Launchpad Digital, y su función principal es "helps users get to the top and bottom of a page instantly".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Scroll to the bottom

Descarga archivos de extensión Scroll to the bottom en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
URL Oficial https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Descripción helps users get to the top and bottom of a page instantly
Tamaño del Archivo 125 KB
Cantidad de Instalaciones 261
Versión Actual 1.0.1
Última Actualización 2021-07-07
Fecha de Publicación 2021-07-03
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Launchpad Digital
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    }
}