Scroll to the bottom

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

Cos'è Scroll to the bottom?

Scroll to the bottom è un'estensione di Chrome sviluppata da Launchpad Digital, e la sua funzione principale è "helps users get to the top and bottom of a page instantly".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scroll to the bottom

Scarica i file di estensione Scroll to the bottom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
URL Ufficiale https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Descrizione helps users get to the top and bottom of a page instantly
Dimensione del File 125 KB
Conteggio Installazioni 261
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-07-07
Data di Pubblicazione 2021-07-03
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Launchpad Digital
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}