Edge Scroll
Scroll the page via the edges
Apa itu Edge Scroll?
Edge Scroll adalah ekstensi Chrome yang dikembangkan oleh http://smallurl.in, dan fitur utamanya adalah "Scroll the page via the edges".
Unduh Berkas CRX Ekstensi Edge Scroll
Unduh file ekstensi Edge Scroll 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
WIP Edge Scrolling Extension, When your cursor is within a certain distance of any edge (100px) the page will scroll for you. Closer to the edge the faster it scrolls! This is currently Work In Progress and will soon acquire a settings panel with some customiseable options. To disable edge scrolling simply disable the extension!
Informasi Dasar Ekstensi
Nama | ![]() |
ID | kdkokagnnhehebchcapggfdfhnaapnpf |
URL Resmi | https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf |
Deskripsi | Scroll the page via the edges |
Ukuran File | 3.6 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2014-08-15 |
Tanggal Publikasi | 2014-08-15 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | http://smallurl.in |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edge Scroll", "description": "Scroll the page via the edges", "version": "0.0.1", "author": "Xeonr Network", "incognito": "split", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scroller_script.js" ] } ], "manifest_version": 2 } |