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…

What is Scroll To Top (Simple and No Ads)?

Scroll To Top (Simple and No Ads) is a Chrome extension developed by suresh.falor, and its main feature is "As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…".

Extension Screenshots

screenshot

Download Scroll To Top (Simple and No Ads) Extension CRX File

Download Scroll To Top (Simple and No Ads) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Scroll To Top (Simple and No Ads) Scroll To Top (Simple and No Ads)
ID idbnpmjlonmnmpmagjjpclammnablpba
Official URL https://chromewebstore.google.com/detail/scroll-to-top-simple-and/idbnpmjlonmnmpmagjjpclammnablpba
Description As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…
File Size 73.53 KB
Installation Count 83
Current Version 1.5
Last Updated 2014-11-18
Publish Date 2014-11-12
Rating 3.33/5 Total 3 Ratings
Developer suresh.falor
Payment Type free
Supported Languages 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
}