Udacity instructor notes above player

Moves Udacity's instructor notes above the video player.

Udacity instructor notes above playerคืออะไร?

Udacity instructor notes above player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Francois Lebel และคุณลักษณะหลักของมันคือ "Moves Udacity's instructor notes above the video player."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udacity instructor notes above player

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}