Autoscroll
Use Ctrl+Up/Down arrows to make pages scroll continously.
Apa itu Autoscroll?
Autoscroll adalah ekstensi Chrome yang dikembangkan oleh https://mrogalski.eu, dan fitur utamanya adalah "Use Ctrl+Up/Down arrows to make pages scroll continously.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Autoscroll
Unduh file ekstensi Autoscroll 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
Scroller is an extension that automatically scrolls webpages. Use Ctrl + arrows to adjust scrolling speed or set default values using icon on the top bar.
Informasi Dasar Ekstensi
Nama | Autoscroll |
ID | cokfegjeoaflhjkloplfpjgnmlhbfkhp |
URL Resmi | https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp |
Deskripsi | Use Ctrl+Up/Down arrows to make pages scroll continously. |
Ukuran File | 22.91 KB |
Jumlah Instalasi | 2,108 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-04-27 |
Tanggal Publikasi | 2013-04-27 |
Penilaian | 3.64/5 Total 33 Penilaian |
Pengembang | https://mrogalski.eu |
Tipe Pembayaran | free |
Situs Ekstensi | http://mrogalski.eu/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "Use Ctrl+Up\/Down arrows to make pages scroll continously." }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Use Ctrl+Up\/Down arrows to make pages scroll continously.", "background": { "scripts": [ "background.js" ] }, "name": "Autoscroll", "permissions": [ "storage", "tabs" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |