Scroll to Bottom
Just a Scroll to Bottom Button
Apa itu Scroll to Bottom?
Scroll to Bottom adalah ekstensi Chrome yang dikembangkan oleh https://singleclickapps.com, dan fitur utamanya adalah "Just a Scroll to Bottom Button".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scroll to Bottom
Unduh file ekstensi Scroll to 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
Click the button and scroll to the end of the current page. That's all it does. Options: You can change the default icon to one of several predefined alternatives or even, if you want, you can set your own toolbar icon. Notes: Please, keep in mind that the extension will not work on each and every page. It works in most sites but it will not scroll browser's internal pages (settings, history etc.), the chrome web store pages (no extension can touch these) and some complicated web pages. If it doesn't work for you, please, don't hate me too much. You can at any time remove it from your browser (right-click on the icon and select "Remove from Chrome").
Informasi Dasar Ekstensi
Nama | Scroll to Bottom |
ID | filgdcpknaklibnfoejliopebdipligb |
URL Resmi | https://chromewebstore.google.com/detail/scroll-to-bottom/filgdcpknaklibnfoejliopebdipligb |
Deskripsi | Just a Scroll to Bottom Button |
Ukuran File | 41.74 KB |
Jumlah Instalasi | 4,881 |
Versi Saat Ini | 1.1.0.0 |
Terakhir Diperbarui | 2020-12-24 |
Tanggal Publikasi | 2019-10-16 |
Penilaian | 3.44/5 Total 18 Penilaian |
Pengembang | https://singleclickapps.com |
singleclickapps@gmail.com | |
Tipe Pembayaran | free |
Situs Ekstensi | http://singleclickapps.com/scroll-to-bottom/ |
URL Halaman Kebijakan Privasi | https://singleclickapps.com/privacy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to Bottom", "version": "1.1.0.0", "description": "Just a Scroll to Bottom Button", "homepage_url": "https:\/\/singleclickapps.com\/scroll-to-bottom", "icons": { "16": "icon24.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon24.png", "default_title": "Scroll to Bottom" }, "permissions": [ "activeTab" ], "offline_enabled": true, "options_page": "settings.html", "manifest_version": 2 } |