Scroll to the bottom
helps users get to the top and bottom of a page instantly
Apa itu Scroll to the bottom?
Scroll to the bottom adalah ekstensi Chrome yang dikembangkan oleh Launchpad Digital, dan fitur utamanya adalah "helps users get to the top and bottom of a page instantly".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scroll to the bottom
Unduh file ekstensi Scroll to the bottom 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 bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. Try it out!
Informasi Dasar Ekstensi
Nama | Scroll to the bottom |
ID | ccodoapghablmcdbmpjgcbmjhafanebm |
URL Resmi | https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm |
Deskripsi | helps users get to the top and bottom of a page instantly |
Ukuran File | 125 KB |
Jumlah Instalasi | 261 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-07-07 |
Tanggal Publikasi | 2021-07-03 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | Launchpad Digital |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to the bottom", "description": "helps users get to the top and bottom of a page instantly", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" }, "icons": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" } } } |