Scroll to the bottom

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

Hvad er Scroll to the bottom?

Scroll to the bottom er en Chrome-udvidelse udviklet af Launchpad Digital, og dens hovedfunktion er "helps users get to the top and bottom of a page instantly".

Udvidelsesskærmbilleder

screenshot

Download Scroll to the bottom-udvidelses-CRX-fil

Download Scroll to the bottom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
Officiel URL https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Beskrivelse helps users get to the top and bottom of a page instantly
Filstørrelse 125 KB
Antal Installationer 261
Nuværende Version 1.0.1
Senest Opdateret 2021-07-07
Udgivelsesdato 2021-07-03
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler Launchpad Digital
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}