Scroll to top

Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.

Apa itu Scroll to top?

Scroll to top adalah ekstensi Chrome yang dikembangkan oleh https://www.peteychuk.com, dan fitur utamanya adalah "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Scroll to top

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

                        Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.                    

Informasi Dasar Ekstensi

Nama Scroll to top Scroll to top
ID ehajcglbnkfohalbajjnkkobbjelihjd
URL Resmi https://chromewebstore.google.com/detail/scroll-to-top/ehajcglbnkfohalbajjnkkobbjelihjd
Deskripsi Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.
Ukuran File 2.77 MB
Jumlah Instalasi 289
Versi Saat Ini 0.3
Terakhir Diperbarui 2017-10-20
Tanggal Publikasi 2017-10-20
Penilaian 4.50/5 Total 22 Penilaian
Pengembang https://www.peteychuk.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to top",
    "description": "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "top.png"
    ],
    "icons": {
        "48": "top48.png"
    }
}