Windrose Gestures

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

什么是Windrose Gestures?

Windrose Gestures是由hallo.awe开发的Chrome扩展程序,该扩展的主要功能是“Mouse gestures for your browser: A lightweight and privacy-aware extension!”。

扩展截图

screenshot
screenshot

下载Windrose Gestures扩展crx文件

下载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"
}