Cisco Netacad Shorty
Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.
Co to jest Cisco Netacad Shorty?
Cisco Netacad Shorty to rozszerzenie Chrome opracowane przez Jan Richter, a jego główną funkcją jest „Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cisco Netacad Shorty
Pobierz pliki rozszerzeń Cisco Netacad Shorty w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 ;)
Podstawowe informacje o rozszerzeniu
Nazwa | Cisco Netacad Shorty |
ID | fmkdbgeooikofnpljiocdgkckioilmij |
Oficjalny URL | https://chromewebstore.google.com/detail/cisco-netacad-shorty/fmkdbgeooikofnpljiocdgkckioilmij |
Opis | Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband. |
Rozmiar pliku | 41.06 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2015-05-18 |
Data Publikacji | 2015-05-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Jan Richter |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://richja.cz |
Obsługiwane Języki | 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" ] } ] } |