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"
    ]
}