Scroll To Top (Simple and No Ads)

As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…

Apa itu Scroll To Top (Simple and No Ads)?

Scroll To Top (Simple and No Ads) adalah ekstensi Chrome yang dikembangkan oleh suresh.falor, dan fitur utamanya adalah "As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Scroll To Top (Simple and No Ads)

Unduh file ekstensi Scroll To Top (Simple and No Ads) 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

                        As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of every page. 

This extension works well on touchscreen devices and uses fluid animation.

ScrollOne was created to provide a completely free(no advertisements or unwanted promotions) experience. The focus is simplicity without extra bloat present in similar extensions.

Your review and feedback is appreciated. I will try to implement all requested features.                    

Informasi Dasar Ekstensi

Nama Scroll To Top (Simple and No Ads) Scroll To Top (Simple and No Ads)
ID idbnpmjlonmnmpmagjjpclammnablpba
URL Resmi https://chromewebstore.google.com/detail/scroll-to-top-simple-and/idbnpmjlonmnmpmagjjpclammnablpba
Deskripsi As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…
Ukuran File 73.53 KB
Jumlah Instalasi 83
Versi Saat Ini 1.5
Terakhir Diperbarui 2014-11-18
Tanggal Publikasi 2014-11-12
Penilaian 3.33/5 Total 3 Penilaian
Pengembang suresh.falor
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll To Top (Simple and No Ads)",
    "version": "1.5",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sites.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.backstretch.min.js",
                "popup.js"
            ]
        }
    ],
    "manifest_version": 2
}