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ファイルをダウンロード
Cisco Netacad Shorty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |