scrollUp!

Scroll to the top of the page with just one click

Apa itu scrollUp!?

scrollUp! adalah ekstensi Chrome yang dikembangkan oleh Dlinny, dan fitur utamanya adalah "Scroll to the top of the page with just one click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi scrollUp!

Unduh file ekstensi scrollUp! 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

                        This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.                    

Informasi Dasar Ekstensi

Nama scrollUp! scrollUp!
ID caipjllpopoedfhbddpkedpbndkjimba
URL Resmi https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba
Deskripsi Scroll to the top of the page with just one click
Ukuran File 14.6 KB
Jumlah Instalasi 28
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-02-28
Tanggal Publikasi 2013-02-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Dlinny
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scrollUp!",
    "version": "1.1",
    "description": "Scroll to the top of the page with just one click",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Scroll to top",
        "default_icon": "toolbar.png"
    }
}