Scroll to the bottom

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

Was ist Scroll to the bottom?

Scroll to the bottom ist eine Chrome-Erweiterung, die von Launchpad Digital entwickelt wurde, und ihr Hauptmerkmal ist "helps users get to the top and bottom of a page instantly".

Erweiterungsscreenshots

screenshot

Scroll to the bottom-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scroll to the bottom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
Offizielle URL https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Beschreibung helps users get to the top and bottom of a page instantly
Dateigröße 125 KB
Installationsanzahl 261
Aktuelle Version 1.0.1
Letztes Update 2021-07-07
Veröffentlichungsdatum 2021-07-03
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Launchpad Digital
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}