Back to Top

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

什么是Back to Top?

Back to Top是由Ozawa Masayuki开发的Chrome扩展程序,该扩展的主要功能是“Scroll to the top of the page. No animation. Minimal memory usage.”。

扩展截图

screenshot

下载Back to Top扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
官方URL https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
简介 Scroll to the top of the page. No animation. Minimal memory usage.
文件大小 4.09 KB
安装次数 54
当前版本 1.0
更新时间 2020-11-22
上架时间 2017-08-10
评分 5.00/5 共3次评分
开发者 Ozawa Masayuki
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ozami/back-to-top
支持的语言 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"
        }
    }
}