Mousetures
Mouse and rocker gestures for tab switching, closing, and reloading
Mousetures क्या है?
Mousetures Dan Wendorf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mouse and rocker gestures for tab switching, closing, and reloading"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mousetures एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Close, refresh, and switch tabs with simple mouse gestures. To close, hold the right mouse button, drag down, and release. To refresh, hold the right mouse button, drag down then up, and release. Switch tabs using mouse rocker gestures. To switch to the tab to the right of your current tab, hold the left mouse button and right-click. To switch to the tab to the left of your current tab, hold the right mouse button and left-click. To cycle through multiple tabs, keep holding the mouse button, and click repeatedly.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | fadopffbmckhlapnajkgbgldgpcebfid |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mousetures/fadopffbmckhlapnajkgbgldgpcebfid |
विवरण | Mouse and rocker gestures for tab switching, closing, and reloading |
फ़ाइल का आकार | 9.03 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 0.7.0 |
अंतिम अपडेट | 2015-05-24 |
प्रकाशन तिथि | 2015-05-24 |
रेटिंग | 4.17/5 कुल 6 रेटिंग्स |
डेवलपर | Dan Wendorf |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/wendorf/mousetures |
सहायता पृष्ठ URL | https://github.com/wendorf/mousetures/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mousetures", "description": "Mouse and rocker gestures for tab switching, closing, and reloading", "version": "0.7.0", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "actions.js", "background.js", "upgradeContentScripts.js" ] }, "content_scripts": [ { "matches": [ " |