Scroll To Top (Simple and No Ads)

As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…

Was ist Scroll To Top (Simple and No Ads)?

Scroll To Top (Simple and No Ads) ist eine Chrome-Erweiterung, die von suresh.falor entwickelt wurde, und ihr Hauptmerkmal ist "As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…".

Erweiterungsscreenshots

screenshot

Scroll To Top (Simple and No Ads)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scroll To Top (Simple and No Ads)-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

                        As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of every page. 

This extension works well on touchscreen devices and uses fluid animation.

ScrollOne was created to provide a completely free(no advertisements or unwanted promotions) experience. The focus is simplicity without extra bloat present in similar extensions.

Your review and feedback is appreciated. I will try to implement all requested features.                    

Grundlegende Informationen zur Erweiterung

Name Scroll To Top (Simple and No Ads) Scroll To Top (Simple and No Ads)
ID idbnpmjlonmnmpmagjjpclammnablpba
Offizielle URL https://chromewebstore.google.com/detail/scroll-to-top-simple-and/idbnpmjlonmnmpmagjjpclammnablpba
Beschreibung As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…
Dateigröße 73.53 KB
Installationsanzahl 83
Aktuelle Version 1.5
Letztes Update 2014-11-18
Veröffentlichungsdatum 2014-11-12
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler suresh.falor
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll To Top (Simple and No Ads)",
    "version": "1.5",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sites.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.backstretch.min.js",
                "popup.js"
            ]
        }
    ],
    "manifest_version": 2
}