Scroll to Top

Just a Scroll to Top Button

Was ist Scroll to Top?

Scroll to Top ist eine Chrome-Erweiterung, die von https://singleclickapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Just a Scroll to Top Button".

Erweiterungsscreenshots

screenshot

Scroll to Top-Erweiterungs-CRX-Datei herunterladen

Laden Sie 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

                        Click the button and scroll the current page back to top. 

It should work as the "home" key on the keyboard. I made it because I use browsers on devices where using the keyboard is inconvenient (namely, my tv boxes). 

At some point a user asked for different toolbar icon, so I made the version 2.0 where you can change the default icon to one of several predefined alternatives or even set your own icon. (To change the icon, just right-click on the scroll to top button and select "Options".)

Please, note that this extension doesn't work on each and every page. It works in most sites  but it will not scroll up browser's internal pages (settings, history etc.) and some complicated web pages (like the add-ons store itself, for example).                    

Grundlegende Informationen zur Erweiterung

Name Scroll to Top Scroll to Top
ID khnloieeghjghmpjeaopaenibbneljpk
Offizielle URL https://chromewebstore.google.com/detail/scroll-to-top/khnloieeghjghmpjeaopaenibbneljpk
Beschreibung Just a Scroll to Top Button
Dateigröße 39.64 KB
Installationsanzahl 3,344
Aktuelle Version 2.1.1.0
Letztes Update 2020-12-24
Veröffentlichungsdatum 2019-10-25
Bewertung 4.78/5 Insgesamt 41 Bewertungen
Entwickler https://singleclickapps.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://singleclickapps.com/scroll-button/
URL der Datenschutzrichtlinien-Seite https://singleclickapps.com/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Top",
    "version": "2.1.1.0",
    "description": "Just a Scroll to Top Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-button",
    "icons": {
        "16": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon24.png",
        "default_title": "Scroll to Top"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}