Gmail Mouse Gestures
Use mouse gestures to browse mails even faster!
Gmail Mouse Gestures क्या है?
Gmail Mouse Gestures https://mousegestures.blog.hu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use mouse gestures to browse mails even faster!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Mouse Gestures एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |