Udacity instructor notes above player
Moves Udacity's instructor notes above the video player.
Cos'è Udacity instructor notes above player?
Udacity instructor notes above player è un'estensione di Chrome sviluppata da Francois Lebel, e la sua funzione principale è "Moves Udacity's instructor notes above the video player.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Udacity instructor notes above player
Scarica i file di estensione Udacity instructor notes above player 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | khodmjcijagnenimdgcbjgeadaoakngg |
| URL Ufficiale | https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg |
| Descrizione | Moves Udacity's instructor notes above the video player. |
| Dimensione del File | 4.32 KB |
| Conteggio Installazioni | 173 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2015-02-28 |
| Data di Pubblicazione | 2015-02-28 |
| Valutazione | 4.25/5 Totale 4 Valutazioni |
| Sviluppatore | Francois Lebel |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |