Scroll to top

Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.

What is Scroll to top?

Scroll to top is a Chrome extension developed by https://www.peteychuk.com, and its main feature is "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.".

Extension Screenshots

Download Scroll to top Extension CRX File

Download Scroll to top 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

                        Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.                    

Extension Basic Information

Name Scroll to top Scroll to top
ID ehajcglbnkfohalbajjnkkobbjelihjd
Official URL https://chromewebstore.google.com/detail/scroll-to-top/ehajcglbnkfohalbajjnkkobbjelihjd
Description Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.
File Size 2.77 MB
Installation Count 289
Current Version 0.3
Last Updated 2017-10-20
Publish Date 2017-10-20
Rating 4.50/5 Total 22 Ratings
Developer https://www.peteychuk.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to top",
    "description": "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "top.png"
    ],
    "icons": {
        "48": "top48.png"
    }
}