Udacity instructor notes above player
Moves Udacity's instructor notes above the video player.
什麼是Udacity instructor notes above player?
Udacity instructor notes above player是由Francois Lebel開發的Chrome擴展程式,該擴展的主要功能是“Moves Udacity's instructor notes above the video player.”。
擴展截圖
下載Udacity instructor notes above player擴展crx文件
下載Udacity instructor notes above player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Udacity instructor notes above player |
ID | khodmjcijagnenimdgcbjgeadaoakngg |
官方網址 | https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg |
簡介 | Moves Udacity's instructor notes above the video player. |
檔案大小 | 4.32 KB |
安裝次數 | 173 |
目前版本 | 0.3 |
更新時間 | 2015-02-28 |
上架時間 | 2015-02-28 |
評分 | 4.25/5 共 4 次評分 |
開發者 | Francois Lebel |
付費類型 | free |
支援的語言 | 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" } |