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"
}