goTOP

The easier way to scroll web page to the top.

什么是goTOP?

goTOP是由Felipe Beline开发的Chrome扩展程序,该扩展的主要功能是“The easier way to scroll web page to the top.”。

扩展截图

screenshot

下载goTOP扩展crx文件

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

扩展使用说明

                        goTOP adiciona um botão no canto superior da tela que quando clicado sobe a pagina para o topo.Facilitando na utilização de páginas com grande quantidade de conteúdo.                    

扩展基本信息

名称 goTOP goTOP
ID ekpjfhgkkihelhidjbmjojlgmkokdolb
官方URL https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb
简介 The easier way to scroll web page to the top.
文件大小 60.3 KB
安装次数 12
当前版本 0.0.7
更新时间 2014-01-12
上架时间 2014-01-12
评分 4.33/5 共3次评分
开发者 Felipe Beline
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "goTOP",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "The easier way to scroll web page to the top.",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery-migrate-1.2.1.min.js",
                "js\/jquery-1.10.1.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/arrow.png"
    ]
}