Scroll to the bottom

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

Qu'est-ce que Scroll to the bottom ?

Scroll to the bottom est une extension Chrome développée par Launchpad Digital, et sa fonction principale est "helps users get to the top and bottom of a page instantly".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scroll to the bottom

Téléchargez les fichiers d'extension Scroll to the bottom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
URL Officiel https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Description helps users get to the top and bottom of a page instantly
Taille du Fichier 125 KB
Nombre d'Installations 261
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-07-07
Date de Publication 2021-07-03
Évaluation 2.33/5 Total 3 Évaluations
Développeur Launchpad Digital
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}