Scroll UP

Scroll UP to the top of the page.

Was ist Scroll UP?

Scroll UP ist eine Chrome-Erweiterung, die von Sameer N Miraj entwickelt wurde, und ihr Hauptmerkmal ist "Scroll UP to the top of the page.".

Erweiterungsscreenshots

screenshot

Scroll UP-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scroll UP-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 UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.                    

Grundlegende Informationen zur Erweiterung

Name Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
Offizielle URL https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
Beschreibung Scroll UP to the top of the page.
Dateigröße 99.1 KB
Installationsanzahl 116
Aktuelle Version 0.0.2
Letztes Update 2014-06-03
Veröffentlichungsdatum 2014-06-03
Bewertung 3.50/5 Insgesamt 6 Bewertungen
Entwickler Sameer N Miraj
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sf-advanced-code-searcher.web.app
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll UP",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Scroll UP to the top of the page.",
    "author": "Sameer N Miraj",
    "icons": {
        "48": "Document-icon.png",
        "128": "Document-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/*.png"
    ]
}