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.

Vad är Scroll to Top or Bottom?

Scroll to Top or Bottom är en Chrome-tillägg utvecklad av iisisoft, och dess huvudfunktion är "Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.".

Ladda ner Scroll to Top or Bottom-förlängningens CRX-fil

Ladda ner Scroll to Top or Bottom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Scroll to Top or Bottom Scroll to Top or Bottom
ID camogfdchdhjhgbjgfjmfdghlkgmdldh
Officiell webbadress https://chrome.google.com/webstore/detail/scroll-to-top-or-bottom/camogfdchdhjhgbjgfjmfdghlkgmdldh
Beskrivning Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.
Filstorlek 3.79 KB
Antal Installationer 42
Aktuell Version 1.0
Senast Uppdaterad 2016-03-08
Publiceringsdatum 2016-03-08
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare iisisoft
Stödda Språk 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"
        }
    ]
}