Gmail Mouse Gestures

Use mouse gestures to browse mails even faster!

Gmail Mouse Gesturesคืออะไร?

Gmail Mouse Gestures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mousegestures.blog.hu และคุณลักษณะหลักของมันคือ "Use mouse gestures to browse mails even faster!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Mouse Gestures

ดาวน์โหลดไฟล์ส่วนขยาย Gmail Mouse Gestures ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Be more productive, save your time, use gestures! This was a Google Mail app (in labs). Unfortunately removed some days ago. So I remade it for us. Any advice and comments are welcome! 

Support me with 5 stars! :)

UPDATE 13/10/12: New version arrived! Major bugs fixed. Enjoy!

Need more help? Click! http://mousegestures.blog.hu/

p.s. If it's not working at first, don't give up! Try clearing your cache (Use CTRL+SHIFT+R hotkeys!) and restarting Chrome. That should do the trick. 

Usage: Press right mouse button then:
 - drag up: go to inbox*
 - drag left: newer mail** 
 - drag right: older mail**

* I know, this action should go to previous list, unfortunately it's impossible because annoying Chrome bug. :(
** Works only when you are reading a mail (watching a single list soon), because chrome bug. Sorry for that

Find me on twitter: @kisPocok                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gmail Mouse Gestures Gmail Mouse Gestures
ID aaokajckoheafemlmjacklidohljgkgo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-mouse-gestures/aaokajckoheafemlmjacklidohljgkgo
คำอธิบาย Use mouse gestures to browse mails even faster!
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 1,716
เวอร์ชันปัจจุบัน 0.9.5
อัปเดตครั้งล่าสุด 2022-03-19
วันที่เผยแพร่ 2022-03-19
คะแนน 4.42/5 รวมทั้งหมด 78 คะแนน
ผู้พัฒนา https://mousegestures.blog.hu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mousegestures.blog.hu/
URL หน้าช่วยเหลือ http://mousegestures.blog.hu/2012/05/24/mouse-gestures-faq
URL หน้านโยบายความเป็นส่วนตัว https://mousegestures.blog.hu/2022/03/19/privacy-policy-2022
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Mouse Gestures",
    "version": "0.9.5",
    "manifest_version": 2,
    "description": "Use mouse gestures to browse mails even faster!",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/gestures.png",
        "images\/icons\/icon-64x64.png",
        "content-script.css",
        "manifest.json"
    ],
    "permissions": [
        "http:\/\/mail.google.com\/*",
        "https:\/\/mail.google.com\/*",
        "notifications"
    ],
    "icons": {
        "64": "images\/icons\/icon-64x64.png",
        "128": "images\/icons\/icon-128x128.png",
        "256": "images\/icons\/icon-256x256.png",
        "512": "images\/icons\/icon-512x512.png"
    }
}