scrollUp!

Scroll to the top of the page with just one click

What is scrollUp!?

scrollUp! is a Chrome extension developed by Dlinny, and its main feature is "Scroll to the top of the page with just one click".

Extension Screenshots

screenshot

Download scrollUp! Extension CRX File

Download scrollUp! 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

                        This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.                    

Extension Basic Information

Name scrollUp! scrollUp!
ID caipjllpopoedfhbddpkedpbndkjimba
Official URL https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba
Description Scroll to the top of the page with just one click
File Size 14.6 KB
Installation Count 28
Current Version 1.1
Last Updated 2013-02-28
Publish Date 2013-02-28
Rating 5.00/5 Total 1 Ratings
Developer Dlinny
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scrollUp!",
    "version": "1.1",
    "description": "Scroll to the top of the page with just one click",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Scroll to top",
        "default_icon": "toolbar.png"
    }
}