Scroll to Top or Bottom

Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.

Cos'è Scroll to Top or Bottom?

Scroll to Top or Bottom è un'estensione di Chrome sviluppata da iisisoft, e la sua funzione principale è "Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.".

Scarica il file CRX dell'estensione Scroll to Top or Bottom

Scarica i file di estensione Scroll to Top or 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

                        Note #1: After installation, you need to refresh your tabs before the extension starts working.

Note #2: The extension doesn't work on these special pages:

https://chrome.google.com/webstore/*
chrome://*
chrome-extension://*

Note #3: Needs a wired mouse to function reliably.                    

Informazioni di Base sull'Estensione

Nome Scroll to Top or Bottom Scroll to Top or Bottom
ID camogfdchdhjhgbjgfjmfdghlkgmdldh
URL Ufficiale https://chrome.google.com/webstore/detail/scroll-to-top-or-bottom/camogfdchdhjhgbjgfjmfdghlkgmdldh
Descrizione Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.
Dimensione del File 3.79 KB
Conteggio Installazioni 42
Versione Corrente 1.0
Ultimo Aggiornamento 2016-03-08
Data di Pubblicazione 2016-03-08
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore iisisoft
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Scroll to Top or Bottom",
    "description": "Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ]
}