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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Moves Udacity's instructor notes above the video player."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Udacity instructor notes above player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}