Udacity instructor notes above player

Moves Udacity's instructor notes above the video player.

Co to jest Udacity instructor notes above player?

Udacity instructor notes above player to rozszerzenie Chrome opracowane przez Francois Lebel, a jego główną funkcją jest „Moves Udacity's instructor notes above the video player.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Udacity instructor notes above player

Pobierz pliki rozszerzeń Udacity instructor notes above player 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Udacity instructor notes above player Udacity instructor notes above player
ID khodmjcijagnenimdgcbjgeadaoakngg
Oficjalny URL https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg
Opis Moves Udacity's instructor notes above the video player.
Rozmiar pliku 4.32 KB
Liczba instalacji 173
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2015-02-28
Data Publikacji 2015-02-28
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper Francois Lebel
Typ Płatności free
Obsługiwane Języki 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"
}