Back to the Top

Scroll to the top of the page

Apa itu Back to the Top?

Back to the Top adalah ekstensi Chrome yang dikembangkan oleh marinadecroon, dan fitur utamanya adalah "Scroll to the top of the page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Back to the Top

Unduh file ekstensi Back to the 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

                        A browser extension (add-on) for Google Chrome that allows you to quickly get back to the top and/or bottom of a page.                    

Informasi Dasar Ekstensi

Nama Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
URL Resmi https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
Deskripsi Scroll to the top of the page
Ukuran File 14.1 KB
Jumlah Instalasi 160
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-04-18
Tanggal Publikasi 2022-04-18
Penilaian 1.00/5 Total 1 Penilaian
Pengembang marinadecroon
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/toptoscroll/home
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Scroll to the top of the page",
    "name": "Back to the Top",
    "short_name": "up",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/avroraext.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}