Cisco Netacad Shorty

Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.

Cos'è Cisco Netacad Shorty?

Cisco Netacad Shorty è un'estensione di Chrome sviluppata da Jan Richter, e la sua funzione principale è "Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cisco Netacad Shorty

Scarica i file di estensione Cisco Netacad Shorty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 ;)                    

Informazioni di Base sull'Estensione

Nome Cisco Netacad Shorty Cisco Netacad Shorty
ID fmkdbgeooikofnpljiocdgkckioilmij
URL Ufficiale https://chromewebstore.google.com/detail/cisco-netacad-shorty/fmkdbgeooikofnpljiocdgkckioilmij
Descrizione Browse Cisco's courses on Network Academy (netacad) easily by left and right arrows or by arm gestures using Myo armband.
Dimensione del File 41.06 KB
Conteggio Installazioni 72
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-05-18
Data di Pubblicazione 2015-05-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jan Richter
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://richja.cz
Lingue Supportate 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"
            ]
        }
    ]
}