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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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