Fast Scroll To Top

Scrolls instantly to top.

Apa itu Fast Scroll To Top?

Fast Scroll To Top adalah ekstensi Chrome yang dikembangkan oleh Guido, dan fitur utamanya adalah "Scrolls instantly to top.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fast Scroll To Top

Unduh file ekstensi Fast Scroll To Top 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

                        Scroll to top instantly. Just click on the icon.

Absolutely lean implementation.
Does not come with any CSS.
Does not get injected before clicking.
Does not need any configuration.
Does not include any adware.
Does not scroll slowly.
Does not overlay your content.

Just works!

Enjoy the extension. Ratings are welcome!                    

Informasi Dasar Ekstensi

Nama Fast Scroll To Top Fast Scroll To Top
ID kphhbalcjpamoncjlnnhlajngdfmpafl
URL Resmi https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl
Deskripsi Scrolls instantly to top.
Ukuran File 4.95 KB
Jumlah Instalasi 282
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-06-21
Tanggal Publikasi 2014-06-21
Penilaian 4.44/5 Total 9 Penilaian
Pengembang Guido
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/guido4000/FastScrollToTop
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Scroll To Top",
    "version": "1.2",
    "author": "Guido Hoermann",
    "short_name": "FastScrollToTop",
    "description": "Scrolls instantly to top.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Scroll up"
    },
    "permissions": [
        "activeTab"
    ]
}