Udacity instructor notes above player
Moves Udacity's instructor notes above the video player.
What is Udacity instructor notes above player?
Udacity instructor notes above player is a Chrome extension developed by Francois Lebel, and its main feature is "Moves Udacity's instructor notes above the video player.".
Extension Screenshots
Download Udacity instructor notes above player Extension CRX File
Download Udacity instructor notes above player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Udacity instructor notes above player |
ID | khodmjcijagnenimdgcbjgeadaoakngg |
Official URL | https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg |
Description | Moves Udacity's instructor notes above the video player. |
File Size | 4.32 KB |
Installation Count | 173 |
Current Version | 0.3 |
Last Updated | 2015-02-28 |
Publish Date | 2015-02-28 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Francois Lebel |
Payment Type | free |
Supported Languages | 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" } |