Cisco Netacad Shorty
Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.
What is Cisco Netacad Shorty?
Cisco Netacad Shorty is a Chrome extension developed by Jan Richter, and its main feature is "Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.".
Extension Screenshots
Download Cisco Netacad Shorty Extension CRX File
Download Cisco Netacad Shorty extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 ;)
Extension Basic Information
Name | Cisco Netacad Shorty |
ID | fmkdbgeooikofnpljiocdgkckioilmij |
Official URL | https://chromewebstore.google.com/detail/cisco-netacad-shorty/fmkdbgeooikofnpljiocdgkckioilmij |
Description | Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband. |
File Size | 41.06 KB |
Installation Count | 72 |
Current Version | 0.0.1 |
Last Updated | 2015-05-18 |
Publish Date | 2015-05-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jan Richter |
[email protected] | |
Payment Type | free |
Extension Website | http://richja.cz |
Supported Languages | 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" ] } ] } |