Windrose Gestures

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

Qu'est-ce que Windrose Gestures ?

Windrose Gestures est une extension Chrome développée par hallo.awe, et sa fonction principale est "Mouse gestures for your browser: A lightweight and privacy-aware extension!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Windrose Gestures

Téléchargez les fichiers d'extension Windrose Gestures au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Windrose Gestures Windrose Gestures
ID pjpodlfknhbbplpfehkigkekkjkihcdi
URL Officiel https://chromewebstore.google.com/detail/windrose-gestures/pjpodlfknhbbplpfehkigkekkjkihcdi
Description Mouse gestures for your browser: A lightweight and privacy-aware extension!
Taille du Fichier 44.01 KB
Nombre d'Installations 104
Version Actuelle 1.4.4
Dernière Mise à Jour 2021-10-13
Date de Publication 2020-11-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur hallo.awe
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}