Udacity instructor notes above player
Moves Udacity's instructor notes above the video player.
Apa itu Udacity instructor notes above player?
Udacity instructor notes above player adalah ekstensi Chrome yang dikembangkan oleh Francois Lebel, dan fitur utamanya adalah "Moves Udacity's instructor notes above the video player.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Udacity instructor notes above player
Unduh file ekstensi Udacity instructor notes above player dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | khodmjcijagnenimdgcbjgeadaoakngg |
| URL Resmi | https://chromewebstore.google.com/detail/udacity-instructor-notes/khodmjcijagnenimdgcbjgeadaoakngg |
| Deskripsi | Moves Udacity's instructor notes above the video player. |
| Ukuran File | 4.32 KB |
| Jumlah Instalasi | 173 |
| Versi Saat Ini | 0.3 |
| Terakhir Diperbarui | 2015-02-28 |
| Tanggal Publikasi | 2015-02-28 |
| Penilaian | 4.25/5 Total 4 Penilaian |
| Pengembang | Francois Lebel |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
} | |