Back to the Top

Scroll to the top of the page

什么是Back to the Top?

Back to the Top是由marinadecroon开发的Chrome扩展程序,该扩展的主要功能是“Scroll to the top of the page”。

扩展截图

screenshot

下载Back to the Top扩展crx文件

下载Back to the Top扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A browser extension (add-on) for Google Chrome that allows you to quickly get back to the top and/or bottom of a page.                    

扩展基本信息

名称 Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
官方URL https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
简介 Scroll to the top of the page
文件大小 14.1 KB
安装次数 160
当前版本 1.0
更新时间 2022-04-18
上架时间 2022-04-18
评分 1.00/5 共1次评分
开发者 marinadecroon
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/toptoscroll/home
支持的语言 en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Scroll to the top of the page",
    "name": "Back to the Top",
    "short_name": "up",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/avroraext.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}