Fast Scroll To Top

Scrolls instantly to top.

Wat is Fast Scroll To Top?

Fast Scroll To Top is een Chrome-extensie ontwikkeld door Guido, en de belangrijkste functie is "Scrolls instantly to top.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fast Scroll To Top

Download Fast Scroll To Top-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

                        Scroll to top instantly. Just click on the icon.

Absolutely lean implementation.
Does not come with any CSS.
Does not get injected before clicking.
Does not need any configuration.
Does not include any adware.
Does not scroll slowly.
Does not overlay your content.

Just works!

Enjoy the extension. Ratings are welcome!                    

Basisinformatie over de Extensie

Naam Fast Scroll To Top Fast Scroll To Top
ID kphhbalcjpamoncjlnnhlajngdfmpafl
Officiële URL https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl
Beschrijving Scrolls instantly to top.
Bestandsgrootte 4.95 KB
Aantal Installaties 282
Huidige Versie 1.2
Laatst Bijgewerkt 2014-06-21
Publicatiedatum 2014-06-21
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar Guido
Betalingswijze free
Help Pagina-URL https://github.com/guido4000/FastScrollToTop
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Scroll To Top",
    "version": "1.2",
    "author": "Guido Hoermann",
    "short_name": "FastScrollToTop",
    "description": "Scrolls instantly to top.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Scroll up"
    },
    "permissions": [
        "activeTab"
    ]
}