Moodle Fixer
Fixes Moodle
Apa itu Moodle Fixer?
Moodle Fixer adalah ekstensi Chrome yang dikembangkan oleh StretchyDog, dan fitur utamanya adalah "Fixes Moodle".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Moodle Fixer
Unduh file ekstensi Moodle Fixer 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
A short script that adds module names to the moodle homepage, as well as an exam paper link for each module.
Informasi Dasar Ekstensi
Nama | Moodle Fixer |
ID | nfokiacfbfiibpgbpllkaeneohpcdknl |
URL Resmi | https://chromewebstore.google.com/detail/moodle-fixer/nfokiacfbfiibpgbpllkaeneohpcdknl |
Deskripsi | Fixes Moodle |
Ukuran File | 5.66 KB |
Jumlah Instalasi | 131 |
Versi Saat Ini | 3.4.0.0 |
Terakhir Diperbarui | 2018-10-24 |
Tanggal Publikasi | 2018-10-24 |
Penilaian | 4.69/5 Total 13 Penilaian |
Pengembang | StretchyDog |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Lee1997/Moodle-Fixer |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle Fixer", "description": "Fixes Moodle", "version": "3.4.0.0", "manifest_version": 2, "icons": { "128": "moodle.png" }, "content_scripts": [ { "matches": [ "https:\/\/2019.moodle.maynoothuniversity.ie\/*\/" ], "js": [ "fixer.js" ] } ] } |