Scroll UP
Scroll UP to the top of the page.
Apa itu Scroll UP?
Scroll UP adalah ekstensi Chrome yang dikembangkan oleh Sameer N Miraj, dan fitur utamanya adalah "Scroll UP to the top of the page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scroll UP
Unduh file ekstensi Scroll UP 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 UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.
Informasi Dasar Ekstensi
Nama | Scroll UP |
ID | nikifllafkofdicjhldgiophmodkhpia |
URL Resmi | https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia |
Deskripsi | Scroll UP to the top of the page. |
Ukuran File | 99.1 KB |
Jumlah Instalasi | 116 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2014-06-03 |
Tanggal Publikasi | 2014-06-03 |
Penilaian | 3.50/5 Total 6 Penilaian |
Pengembang | Sameer N Miraj |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sf-advanced-code-searcher.web.app |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll UP", "version": "0.0.2", "manifest_version": 2, "description": "Scroll UP to the top of the page.", "author": "Sameer N Miraj", "icons": { "48": "Document-icon.png", "128": "Document-icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "image\/*.png" ] } |