Mouse Gestures
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…
Apa itu Mouse Gestures?
Mouse Gestures adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mouse Gestures
Unduh file ekstensi Mouse Gestures 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
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that affects as back. Hold right mouse button pressed and move mouse right - that affects as forward. Don't be scared of mouse track - it will disappear when the button is released!
Informasi Dasar Ekstensi
Nama | Mouse Gestures |
ID | mihlicfjbknojccbmgepbbgpndhibbng |
URL Resmi | https://chromewebstore.google.com/detail/mouse-gestures/mihlicfjbknojccbmgepbbgpndhibbng |
Deskripsi | The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that… |
Ukuran File | 11.54 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-04-20 |
Tanggal Publikasi | 2020-04-16 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Gestures", "version": "1.0", "manifest_version": 2, "browser_action": [], "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |