Myo Internet Browsing
Myo Chrome Extension for hands free browsing!
Myo Internet Browsing란 무엇입니까?
Myo Internet Browsing은(는) Jack Forbes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Myo Chrome Extension for hands free browsing!"입니다.
확장 프로그램 스크린샷
Myo Internet Browsing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |