Windrose Gestures

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

Τι είναι το Windrose Gestures;

Το Windrose Gestures είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hallo.awe, και η κύρια λειτουργία του είναι "Mouse gestures for your browser: A lightweight and privacy-aware extension!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Windrose Gestures

Λήψη αρχείων επέκτασης Windrose Gestures σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Windrose Gestures Windrose Gestures
ID pjpodlfknhbbplpfehkigkekkjkihcdi
Επίσημο URL https://chromewebstore.google.com/detail/windrose-gestures/pjpodlfknhbbplpfehkigkekkjkihcdi
Περιγραφή Mouse gestures for your browser: A lightweight and privacy-aware extension!
Μέγεθος Αρχείου 44.01 KB
Αριθμός Εγκαταστάσεων 104
Τρέχουσα Έκδοση 1.4.4
Τελευταία Ενημέρωση 2021-10-13
Ημερομηνία Δημοσίευσης 2020-11-25
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής hallo.awe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}