Back to Top
Scroll to the top of the page. No animation. Minimal memory usage.
Apa itu Back to Top?
Back to Top adalah ekstensi Chrome yang dikembangkan oleh Ozawa Masayuki, dan fitur utamanya adalah "Scroll to the top of the page. No animation. Minimal memory usage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Back to Top
Unduh file ekstensi Back 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 the top of the web page of the active tab. No animation. Minimal memory usage. Free and open sourced.
Informasi Dasar Ekstensi
Nama | Back to Top |
ID | cakpkhmdkkigjljpchpblmfkjgkacbco |
URL Resmi | https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco |
Deskripsi | Scroll to the top of the page. No animation. Minimal memory usage. |
Ukuran File | 4.09 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-11-22 |
Tanggal Publikasi | 2017-08-10 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Ozawa Masayuki |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ozami/back-to-top |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Back to Top", "description": "Scroll to the top of the page. No animation. Minimal memory usage.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "32": "icon.png" } } } |