Udacity instructor notes above player

Moves Udacity's instructor notes above the video player.

Qu'est-ce que Udacity instructor notes above player ?

Udacity instructor notes above player est une extension Chrome développée par Francois Lebel, et sa fonction principale est "Moves Udacity's instructor notes above the video player.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Udacity instructor notes above player

Téléchargez les fichiers d'extension Udacity instructor notes above player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Source available at https://github.com/flebel/udacity-show-instructor-notes-above-player

Version history:

v0.3 / 2015-02-28
- Added support for quiz player

v0.2 / 2015-02-24
- Minor improvements

v0.1 / 2015-02-22
- Initial release                    

Informations de Base sur l'Extension

Nom Udacity instructor notes above player Udacity instructor notes above player
ID khodmjcijagnenimdgcbjgeadaoakngg
URL Officiel https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg
Description Moves Udacity's instructor notes above the video player.
Taille du Fichier 4.32 KB
Nombre d'Installations 173
Version Actuelle 0.3
Dernière Mise à Jour 2015-02-28
Date de Publication 2015-02-28
Évaluation 4.25/5 Total 4 Évaluations
Développeur Francois Lebel
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "instructorizer.js"
            ],
            "matches": [
                "https:\/\/www.udacity.com\/course\/viewer*"
            ]
        }
    ],
    "description": "Moves Udacity's instructor notes above the video player.",
    "manifest_version": 2,
    "name": "Udacity instructor notes above player",
    "version": "0.3"
}