Udacity instructor notes above player
Moves Udacity's instructor notes above the video player.
Wat is Udacity instructor notes above player?
Udacity instructor notes above player is een Chrome-extensie ontwikkeld door Francois Lebel, en de belangrijkste functie is "Moves Udacity's instructor notes above the video player.".
Extensie Screenshots
Download het CRX-bestand van de extensie Udacity instructor notes above player
Download Udacity instructor notes above player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | khodmjcijagnenimdgcbjgeadaoakngg |
| Officiële URL | https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg |
| Beschrijving | Moves Udacity's instructor notes above the video player. |
| Bestandsgrootte | 4.32 KB |
| Aantal Installaties | 173 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2015-02-28 |
| Publicatiedatum | 2015-02-28 |
| Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Francois Lebel |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |