Scroll To Top

Scroll to Top

What is Scroll To Top?

Scroll To Top is a Chrome extension developed by AlphaTr, and its main feature is "Scroll to Top".

Extension Screenshots

screenshot
screenshot

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

                        给网页添加向上和向下滚动的按钮;

无广告;

支持 Retina 屏幕;

丰富的设置选项;                    

Extension Basic Information

Name Scroll To Top Scroll To Top
ID pkdhklelnfhdpbigegkjeikecoghngfe
Official URL https://chrome.google.com/webstore/detail/scroll-to-top/pkdhklelnfhdpbigegkjeikecoghngfe
Description Scroll to Top
File Size 46.79 KB
Installation Count 130
Current Version 1.0.1
Last Updated 2015-04-16
Publish Date 2015-04-16
Rating 4.67/5 Total 3 Ratings
Developer AlphaTr
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll To Top",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Scroll to Top",
    "background": {
        "page": "main.html",
        "script": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-2.0.0.min.js",
                "lib\/jquery.scroll.js",
                "page\/page.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/[email protected]",
        "48": "icons\/icon-48.png",
        "96": "icons\/[email protected]",
        "128": "icons\/icon-128.png",
        "256": "icons\/[email protected]"
    },
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        "lib\/alpha-sttb.*"
    ]
}