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