Scroll Top

Scroll top on any pages.

What is Scroll Top?

Scroll Top is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Scroll top on any pages.".

Extension Screenshots

screenshot

Download Scroll Top Extension CRX File

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

                        Feature

- Scroll to top on any pages, if you want.

Usage

- If Click the browser action button, scroll to top on current page.                    

Extension Basic Information

Name Scroll Top Scroll Top
ID lpdgclmakohehfcjiohgdbhpjkhmolpo
Official URL https://chromewebstore.google.com/detail/scroll-top/lpdgclmakohehfcjiohgdbhpjkhmolpo
Description Scroll top on any pages.
File Size 408 KB
Installation Count 76
Current Version 1.0.0
Last Updated 2015-01-21
Publish Date 2015-01-21
Developer https://fiahfy.blogspot.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll Top",
    "version": "1.0.0",
    "description": "Scroll top on any pages.",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery\/jquery.js",
                "js\/content_scripts.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}