A Chrome port of Gesturefy (GPL-3.0, by Robbendebiene) β a tribute to the original author. The original Gesturefy is Firefox-only. This port brings the classic mouse gesture experience to Chrome users.
Navigate, operate, and browse faster with mouse gestures! Draw gestures with your mouse (while holding the left/middle/right button) to execute commands β more natural and convenient than keyboard shortcuts.
New features are shipped as independent content-script modules in core/extras/
(e.g. double-click-to-close), mounted via manifest.json β the frozen core
content.bundle.js is never rebuilt, keeping the battle-tested gesture engine intact.
chrome://extensions in Chrome β enable Developer mode# Requires Node.js 18+
npm install -g rollup
rollup -c rollup.config.mjs # Regenerates core/bundle/content.bundle.js
Then load the directory as an unpacked extension.
This project is a port of Gesturefy (GPL-3.0), released under the GPL-3.0 license with all original copyright notices preserved. See LICENSE and NOTICE.md for details.
This extension collects no data of any kind β no remote servers, no analytics, no telemetry (same as the original). See the Privacy Policy for details.
Gesturefy for Chrome β A Chrome port of the Firefox mouse gesture extension Gesturefy (GPL-3.0, by Robbendebiene). Tribute to the original author.