SwipeHistory
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.
Apa itu SwipeHistory?
SwipeHistory adalah ekstensi Chrome yang dikembangkan oleh Rasmus Johanson, dan fitur utamanya adalah "Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SwipeHistory
Unduh file ekstensi SwipeHistory 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
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. You need to enable vertical scroll from your touchpad settings, otherwise the extension won't work. The sensitivity depends on myriad of settings, often operating system and touchpad drivers.
Informasi Dasar Ekstensi
Nama | SwipeHistory |
ID | fhmlogipcjkneapddafhpfldafgbekfo |
URL Resmi | https://chromewebstore.google.com/detail/swipehistory/fhmlogipcjkneapddafhpfldafgbekfo |
Deskripsi | Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. |
Ukuran File | 117 KB |
Jumlah Instalasi | 256 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-11-18 |
Tanggal Publikasi | 2020-03-01 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | Rasmus Johanson |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/johanson/SwipeHistory |
URL Halaman Bantuan | https://github.com/johanson/SwipeHistory |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SwipeHistory", "version": "1.1", "manifest_version": 2, "description": "Emulate macbook\/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.", "author": "Rasmus Johanson", "homepage_url": "https:\/\/github.com\/johanson\/", "minimum_chrome_version": "75", "options_ui": { "page": "settings\/settings.html", "chrome_style": true }, "icons": { "128": "assets\/icon_128.png" }, "browser_action": { "default_popup": "settings\/settings.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |