Fast Scroll To Top

Scrolls instantly to top.

Was ist Fast Scroll To Top?

Fast Scroll To Top ist eine Chrome-Erweiterung, die von Guido entwickelt wurde, und ihr Hauptmerkmal ist "Scrolls instantly to top.".

Erweiterungsscreenshots

screenshot

Fast Scroll To Top-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fast Scroll To Top-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Fast Scroll To Top Fast Scroll To Top
ID kphhbalcjpamoncjlnnhlajngdfmpafl
Offizielle URL https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl
Beschreibung Scrolls instantly to top.
Dateigröße 4.95 KB
Installationsanzahl 282
Aktuelle Version 1.2
Letztes Update 2014-06-21
Veröffentlichungsdatum 2014-06-21
Bewertung 4.44/5 Insgesamt 9 Bewertungen
Entwickler Guido
Zahlungsart free
Hilfeseite URL https://github.com/guido4000/FastScrollToTop
Unterstützte Sprachen 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"
    ]
}