SimpleGestures
A very simple mouse gestures extension
SimpleGestures क्या है?
SimpleGestures junkfactory द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A very simple mouse gestures extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SimpleGestures एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Very simple and base mouse gestures for chrome. Based from miniGestures extension completely simplified and open source. https://github.com/junkfactory/chrome-simple-gestures 0.5 - Improve open link in new tab - thanks Lars Brand 0.4 - Assign gestures to open custom urls in a new tab (beta) 0.3 - Add rocker gesture to switch between next or previous tab. (enable in options) 0.2 - Add app icon 0.1 - Initial release
एक्सटेंशन की मूल जानकारी
नाम | SimpleGestures |
ID | cedlkmdalbapegbnlmfammochkpbheig |
आधिकारिक URL | https://chromewebstore.google.com/detail/simplegestures/cedlkmdalbapegbnlmfammochkpbheig |
विवरण | A very simple mouse gestures extension |
फ़ाइल का आकार | 33.08 KB |
स्थापना संख्या | 117 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2024-02-25 |
प्रकाशन तिथि | 2021-07-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | junkfactory |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/junkfactory/chrome-simple-gestures |
सहायता पृष्ठ URL | https://github.com/junkfactory/chrome-simple-gestures/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SimpleGestures", "version": "0.5", "description": "A very simple mouse gestures extension", "action": { "default_title": "Click for SimpleGestures options", "default_popup": "options.html" }, "icons": { "128": "app_icon.png" }, "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |