Back to Top

Scroll to the top of the page. No animation. Minimal memory usage.

Was ist Back to Top?

Back to Top ist eine Chrome-Erweiterung, die von Ozawa Masayuki entwickelt wurde, und ihr Hauptmerkmal ist "Scroll to the top of the page. No animation. Minimal memory usage.".

Erweiterungsscreenshots

screenshot

Back to Top-Erweiterungs-CRX-Datei herunterladen

Laden Sie Back 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 the top of the web page of the active tab.
No animation.
Minimal memory usage.
Free and open sourced.                    

Grundlegende Informationen zur Erweiterung

Name Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
Offizielle URL https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
Beschreibung Scroll to the top of the page. No animation. Minimal memory usage.
Dateigröße 4.09 KB
Installationsanzahl 54
Aktuelle Version 1.0
Letztes Update 2020-11-22
Veröffentlichungsdatum 2017-08-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Ozawa Masayuki
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ozami/back-to-top
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back to Top",
    "description": "Scroll to the top of the page. No animation. Minimal memory usage.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    }
}