Udacity instructor notes above player
Moves Udacity's instructor notes above the video player.
Vad är Udacity instructor notes above player?
Udacity instructor notes above player är en Chrome-tillägg utvecklad av Francois Lebel, och dess huvudfunktion är "Moves Udacity's instructor notes above the video player.".
Tilläggsskärmbilder
Ladda ner Udacity instructor notes above player-förlängningens CRX-fil
Ladda ner Udacity instructor notes above player-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Udacity instructor notes above player |
ID | khodmjcijagnenimdgcbjgeadaoakngg |
Officiell webbadress | https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg |
Beskrivning | Moves Udacity's instructor notes above the video player. |
Filstorlek | 4.32 KB |
Antal Installationer | 173 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2015-02-28 |
Publiceringsdatum | 2015-02-28 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | Francois Lebel |
Betalningssätt | free |
Stödda Språk | 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" } |