Windrose Gestures

Mouse gestures for your browser: A lightweight and privacy-aware extension!

Was ist Windrose Gestures?

Windrose Gestures ist eine Chrome-Erweiterung, die von hallo.awe entwickelt wurde, und ihr Hauptmerkmal ist "Mouse gestures for your browser: A lightweight and privacy-aware extension!".

Erweiterungsscreenshots

screenshot
screenshot

Windrose Gestures-Erweiterungs-CRX-Datei herunterladen

Laden Sie Windrose Gestures-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Windrose is a productivity extension that allows you to trigger the most commonly used browser actions with simple gestures. 

For example: You can hold down the right mouse button and move the mouse in the northeast direction to refresh the current tab. 

Windrose reduces wrist movements by up to 80% (doctors hate it!). 
It's also lightweight, respects your privacy and does not track you.

Also note that you need to refresh all open tabs after installing the extension and that extensions do not work on Chrome's store and settings pages.
---
Permission transparency: 
"Read and change all your data on the websites you visit" 
This is necessary because the extension works in the background on all pages. Of course, it doesn’t actually read or change your data. 
---
Update v1.4.4: 
Minor improvements
Update v1.4.2: 
Significantly reduced extension size
Update v1.4.0: 
Added browser history navigation                    

Grundlegende Informationen zur Erweiterung

Name Windrose Gestures Windrose Gestures
ID pjpodlfknhbbplpfehkigkekkjkihcdi
Offizielle URL https://chromewebstore.google.com/detail/windrose-gestures/pjpodlfknhbbplpfehkigkekkjkihcdi
Beschreibung Mouse gestures for your browser: A lightweight and privacy-aware extension!
Dateigröße 44.01 KB
Installationsanzahl 104
Aktuelle Version 1.4.4
Letztes Update 2021-10-13
Veröffentlichungsdatum 2020-11-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler hallo.awe
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "gesturesEngine.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Mouse gestures for your browser: A lightweight and privacy-aware extension!",
    "manifest_version": 2,
    "permissions": [
        "sessions"
    ],
    "icons": {
        "128": "icon\/Windrose128.png"
    },
    "name": "Windrose Gestures",
    "version": "1.4.4"
}