Fast Scroll To Top

Scrolls instantly to top.

Hvad er Fast Scroll To Top?

Fast Scroll To Top er en Chrome-udvidelse udviklet af Guido, og dens hovedfunktion er "Scrolls instantly to top.".

Udvidelsesskærmbilleder

screenshot

Download Fast Scroll To Top-udvidelses-CRX-fil

Download Fast Scroll To Top-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Fast Scroll To Top Fast Scroll To Top
ID kphhbalcjpamoncjlnnhlajngdfmpafl
Officiel URL https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl
Beskrivelse Scrolls instantly to top.
Filstørrelse 4.95 KB
Antal Installationer 282
Nuværende Version 1.2
Senest Opdateret 2014-06-21
Udgivelsesdato 2014-06-21
Bedømmelse 4.44/5 Samlet 9 Bedømmelser
Udvikler Guido
Betalingsmetode free
Hjælpeside-URL https://github.com/guido4000/FastScrollToTop
Understøttede Sprog 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"
    ]
}