Windrose Gestures

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

Cos'è Windrose Gestures?

Windrose Gestures è un'estensione di Chrome sviluppata da hallo.awe, e la sua funzione principale è "Mouse gestures for your browser: A lightweight and privacy-aware extension!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Windrose Gestures

Scarica i file di estensione Windrose Gestures in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Windrose Gestures Windrose Gestures
ID pjpodlfknhbbplpfehkigkekkjkihcdi
URL Ufficiale https://chromewebstore.google.com/detail/windrose-gestures/pjpodlfknhbbplpfehkigkekkjkihcdi
Descrizione Mouse gestures for your browser: A lightweight and privacy-aware extension!
Dimensione del File 44.01 KB
Conteggio Installazioni 104
Versione Corrente 1.4.4
Ultimo Aggiornamento 2021-10-13
Data di Pubblicazione 2020-11-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore hallo.awe
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}