goTOP

The easier way to scroll web page to the top.

Apa itu goTOP?

goTOP adalah ekstensi Chrome yang dikembangkan oleh Felipe Beline, dan fitur utamanya adalah "The easier way to scroll web page to the top.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi goTOP

Unduh file ekstensi goTOP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama goTOP goTOP
ID ekpjfhgkkihelhidjbmjojlgmkokdolb
URL Resmi https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb
Deskripsi The easier way to scroll web page to the top.
Ukuran File 60.3 KB
Jumlah Instalasi 12
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2014-01-12
Tanggal Publikasi 2014-01-12
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Felipe Beline
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}