Myo Internet Browsing
Myo Chrome Extension for hands free browsing!
Myo Internet Browsing क्या है?
Myo Internet Browsing Jack Forbes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Myo Chrome Extension for hands free browsing!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Myo Internet Browsing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension for hands free internet browsing with Myo! Dependencies: Reddit Enhancement Suite and Hacker News Enhancement Suite Myo is an armband that detects your hand gestures, created by Thalmic Labs. https://www.thalmic.com/en/myo/ This extension allows for tabbing through content on the supported sites as well as opening a navigation menu to easily go to those sites. When used with the Myo, the same navigation can be done with hand gestures! The Myo script can be found here: https://github.com/JackForbes/Greeze Shortcuts: Ctrl-m: Open the navigation menu (doesn't work on all sites) Escape: Close the navigation menu Tab: While the menu is open, cycle through the sites j and k: On the supported sites cycle through posts L: - Reddit: Open comments and link in new tabs - Hacker News: Open link in new tab - Facebook: "like" a post - Google Plus: No action - Twitter: No action - Tweetdeck: Move over columns - 9gag: "like" a post
एक्सटेंशन की मूल जानकारी
नाम | Myo Internet Browsing |
ID | jppipfjlphmfmcdckheaflljahlddone |
आधिकारिक URL | https://chromewebstore.google.com/detail/myo-internet-browsing/jppipfjlphmfmcdckheaflljahlddone |
विवरण | Myo Chrome Extension for hands free browsing! |
फ़ाइल का आकार | 170 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-09-23 |
प्रकाशन तिथि | 2014-09-22 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Jack Forbes |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Myo Internet Browsing", "description": "Myo Chrome Extension for hands free browsing!", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "popup.css" ], "js": [ "jquery-2.1.1.min.js", "myo.page.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/reddit.png", "img\/ycombinator.png", "img\/facebook.png", "img\/googleplus.png", "img\/twitter.png", "img\/tweetdeck.png", "img\/9gag.png" ] } |