Back to Top

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

What is Back to Top?

Back to Top is a Chrome extension developed by Ozawa Masayuki, and its main feature is "Scroll to the top of the page. No animation. Minimal memory usage.".

Extension Screenshots

screenshot

Download Back to Top Extension CRX File

Download Back 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

                        Scroll to the top of the web page of the active tab.
No animation.
Minimal memory usage.
Free and open sourced.                    

Extension Basic Information

Name Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
Official URL https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
Description Scroll to the top of the page. No animation. Minimal memory usage.
File Size 4.09 KB
Installation Count 54
Current Version 1.0
Last Updated 2020-11-22
Publish Date 2017-08-10
Rating 5.00/5 Total 3 Ratings
Developer Ozawa Masayuki
Email [email protected]
Payment Type free
Extension Website https://github.com/ozami/back-to-top
Supported Languages 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"
        }
    }
}