Gestura - Mausgesten von PPP01
Browser per Mausgeste steuern: zeichnen, ziehen, scrollen - navigieren, suchen, Tabs verwalten. Anpassbar und datenschutzfreundlich.
Metadaten zur Erweiterung
Screenshots
Über diese Erweiterung
Gestura makes browsing faster with smooth, customizable mouse gestures — no data
collection, no tracking, fully open source.
Includes everything FlowMouse does
• Custom gestures — 16 built-in plus unlimited ones you define
• Super drag — drag text, links, or images to trigger actions
• Wheel gestures — hold the right button and scroll to switch tabs
• Rocker gestures — hold one button, click the other for back/forward
• Area select — Shift+drag to open or copy many links at once
• Command chains — run several actions from one gesture
• Clean settings UI with an interactive tutorial
Plus what Gestura adds
• Configurable search engines — add your own text AND image engines, reorder and hide them, with per-locale defaults
• Context-aware menus — per-site popup menus of search engines (with icons) and custom links; the right menu opens automatically per site
• Image search — reverse-search images on the engines you choose
• Per-link JavaScript transforms — reshape the selection with a small sandboxed JS snippet before searching (advanced)
Privacy first
Gestura does not collect browsing history, contains no analytics or ads, and uploads
nothing to third-party servers. Settings stay in your browser (optionally synced by
the browser itself). Full policy: see the privacy policy link.
Open source & credits
Gestura is licensed under GPL-3.0. It is a fork of FlowMouse by Hmily[LCG] & Coxxs —
huge thanks to them for the original extension. If you don't need Gestura's extra
features (configurable search engines, context-aware menus, image search), please
check out and support the original FlowMouse.
Source: https://github.com/PPP01/Gestura
collection, no tracking, fully open source.
Includes everything FlowMouse does
• Custom gestures — 16 built-in plus unlimited ones you define
• Super drag — drag text, links, or images to trigger actions
• Wheel gestures — hold the right button and scroll to switch tabs
• Rocker gestures — hold one button, click the other for back/forward
• Area select — Shift+drag to open or copy many links at once
• Command chains — run several actions from one gesture
• Clean settings UI with an interactive tutorial
Plus what Gestura adds
• Configurable search engines — add your own text AND image engines, reorder and hide them, with per-locale defaults
• Context-aware menus — per-site popup menus of search engines (with icons) and custom links; the right menu opens automatically per site
• Image search — reverse-search images on the engines you choose
• Per-link JavaScript transforms — reshape the selection with a small sandboxed JS snippet before searching (advanced)
Privacy first
Gestura does not collect browsing history, contains no analytics or ads, and uploads
nothing to third-party servers. Settings stay in your browser (optionally synced by
the browser itself). Full policy: see the privacy policy link.
Open source & credits
Gestura is licensed under GPL-3.0. It is a fork of FlowMouse by Hmily[LCG] & Coxxs —
huge thanks to them for the original extension. If you don't need Gestura's extra
features (configurable search engines, context-aware menus, image search), please
check out and support the original FlowMouse.
Source: https://github.com/PPP01/Gestura
Bewertet mit 5 von 1 Bewerter
Berechtigungen und Daten
Benötigte Berechtigungen:
- Auf kürzlich geschlossene Tabs zugreifen
- Auf Browsertabs zugreifen
- Auf Ihre Daten für diverse Websites zugreifen
Optionale Berechtigungen:
- Lesezeichen lesen und verändern
- Zwischenablage auslesen
- Dateien herunterladen und die Download-Chronik lesen und verändern
- Auf Ihre Daten für diverse Websites zugreifen
Datenerfassung:
- Der Entwickler sagt, dass diese Erweiterung keine Datenerhebung benötigt.
Weitere Informationen
- Version
- 2.5.1
- Größe
- 1,21 MB
- Zuletzt aktualisiert
- vor 12 Tagen (20. Juli 2026)
- Verwandte Kategorien
- Versionsgeschichte
- Schlagwörter
- Zur Sammlung hinzufügen
- No code is ever downloaded or executed from the network. All logic ships inside
the package. No remote script, no hosted config, no eval of remote scripts.
- This Firefox build contains NO eval / no new Function at all. The optional
"custom JS transform" feature (which runs user-authored code in an isolated
sandbox) depends on the chrome.offscreen API, which Firefox lacks. It is
therefore fully excluded from this build: the sandbox files are not packaged
and the configuration UI is hidden.
NO DATA COLLECTION
- Gestura collects and transmits nothing (manifest data_collection_permissions:
required = "none"). Settings are stored locally via storage / storage.sync only.
Page content is processed on-device and never sent anywhere.