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.

Wat is Scroll to Top or Bottom?

Scroll to Top or Bottom is een Chrome-extensie ontwikkeld door iisisoft, en de belangrijkste functie is "Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.".

Download het CRX-bestand van de extensie Scroll to Top or Bottom

Download Scroll to Top or Bottom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Scroll to Top or Bottom Scroll to Top or Bottom
ID camogfdchdhjhgbjgfjmfdghlkgmdldh
Officiële URL https://chrome.google.com/webstore/detail/scroll-to-top-or-bottom/camogfdchdhjhgbjgfjmfdghlkgmdldh
Beschrijving Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.
Bestandsgrootte 3.79 KB
Aantal Installaties 42
Huidige Versie 1.0
Laatst Bijgewerkt 2016-03-08
Publicatiedatum 2016-03-08
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar iisisoft
Ondersteunde Talen 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"
        }
    ]
}