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.”。

扩展截图

screenshot

下载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 Udacity instructor notes above player
ID khodmjcijagnenimdgcbjgeadaoakngg
官方URL 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"
}