Cisco Netacad Shorty
Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.
Cisco Netacad Shorty란 무엇입니까?
Cisco Netacad Shorty은(는) Jan Richter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband."입니다.
확장 프로그램 스크린샷
Cisco Netacad Shorty 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browse Cisco's courses on Network Academy (netacad) easily by left and right arrow or even cooler by arm gestures using Myo armband (in that case please switch your course to http). Bindings: Left arrow/wave out gesture - previous slide Right arrow/wave in gesture - next slide Simple as that - just save your time ;)
확장 프로그램 기본 정보
이름 | Cisco Netacad Shorty |
ID | fmkdbgeooikofnpljiocdgkckioilmij |
공식 URL | https://chromewebstore.google.com/detail/cisco-netacad-shorty/fmkdbgeooikofnpljiocdgkckioilmij |
설명 | Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband. |
파일 크기 | 41.06 KB |
설치 횟수 | 72 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2015-05-18 |
출시 날짜 | 2015-05-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jan Richter |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://richja.cz |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cisco Netacad Shorty", "short_name": "CiscoShorty", "author": "Jan Richter", "version": "0.0.1", "description": "Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/static-course-assets.s3.amazonaws.com\/*\/index.html*" ], "js": [ "myo.js", "content.js" ] } ] } |