Udacity instructor notes above player

Moves Udacity's instructor notes above the video player.

Udacity instructor notes above player là gì?

Udacity instructor notes above player là một tiện ích mở rộng Chrome được phát triển bởi Francois Lebel, và tính năng chính của nó là "Moves Udacity's instructor notes above the video player.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Udacity instructor notes above player

Tải xuống các tệp mở rộng Udacity instructor notes above player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Udacity instructor notes above player Udacity instructor notes above player
ID khodmjcijagnenimdgcbjgeadaoakngg
URL Chính Thức https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg
Mô tả Moves Udacity's instructor notes above the video player.
Kích Thước Tệp 4.32 KB
Số Lần Cài Đặt 173
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2015-02-28
Ngày Phát Hành 2015-02-28
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Francois Lebel
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}