Coursera Progress
Control Coursera progress.
Apa itu Coursera Progress?
Coursera Progress adalah ekstensi Chrome yang dikembangkan oleh herman, dan fitur utamanya adalah "Control Coursera progress.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Coursera Progress
Unduh file ekstensi Coursera Progress 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
This extension allows you to finally take control over your Coursera progress. It adds an empty (gray) checkmark next to all lecture videos and lets you check/uncheck each lecture to mark them watched/unwatched. Data for each course is kept separately and will be automatically synced across different browsers as long as you sign in to Chrome. Managing quiz and assignment progress is also supported. ============================================ Source available on github if you feel like contributing: https://github.com/has207/coursera-progress-chrome-extension Icons courtesy of http://www.everaldo.com/ distributed under the LGPL.
Informasi Dasar Ekstensi
Nama | Coursera Progress |
ID | ahdbpipoojeoedkjhjmfflbgnlhpheoa |
URL Resmi | https://chromewebstore.google.com/detail/coursera-progress/ahdbpipoojeoedkjhjmfflbgnlhpheoa |
Deskripsi | Control Coursera progress. |
Ukuran File | 16.31 KB |
Jumlah Instalasi | 637 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-06-02 |
Tanggal Publikasi | 2013-06-02 |
Penilaian | 3.38/5 Total 8 Penilaian |
Pengembang | herman |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/has207/coursera-progress-chrome-extension |
URL Halaman Bantuan | https://github.com/has207/coursera-progress-chrome-extension/issues |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coursera Progress", "description": "Control Coursera progress.", "version": "1.2", "icons": { "48": "button_ok_48.png", "128": "button_ok_128.png" }, "permissions": [ "storage", "*:\/\/class.coursera.org\/" ], "content_scripts": [ { "matches": [ "*:\/\/class.coursera.org\/*" ], "js": [ "progress.js" ] } ] } |