goTOP

The easier way to scroll web page to the top.

What is goTOP?

goTOP is a Chrome extension developed by Felipe Beline, and its main feature is "The easier way to scroll web page to the top.".

Extension Screenshots

screenshot

Download goTOP Extension CRX File

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

                        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.                    

Extension Basic Information

Name goTOP goTOP
ID ekpjfhgkkihelhidjbmjojlgmkokdolb
Official URL https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb
Description The easier way to scroll web page to the top.
File Size 60.3 KB
Installation Count 12
Current Version 0.0.7
Last Updated 2014-01-12
Publish Date 2014-01-12
Rating 4.33/5 Total 3 Ratings
Developer Felipe Beline
Payment Type free
Supported Languages 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"
    ]
}