Dark Moodle
Switch moodle to dark mode
Apa itu Dark Moodle?
Dark Moodle adalah ekstensi Chrome yang dikembangkan oleh Mohammed Ezzedine, dan fitur utamanya adalah "Switch moodle to dark mode".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dark Moodle
Unduh file ekstensi Dark Moodle 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
Modifying the theme of the moodle website into dark mode.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | kmjncmakkkaoejgblgdoobaljljdjgjp |
URL Resmi | https://chrome.google.com/webstore/detail/dark-moodle/kmjncmakkkaoejgblgdoobaljljdjgjp |
Deskripsi | Switch moodle to dark mode |
Ukuran File | 61.06 KB |
Jumlah Instalasi | 319 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2020-09-08 |
Tanggal Publikasi | 2020-09-07 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Mohammed Ezzedine |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Moodle", "version": "0.1.2", "description": "Switch moodle to dark mode", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "index.js" ], "matches": [ "https:\/\/adfs.aub.edu.lb\/*", "https:\/\/lms.aub.edu.lb\/*" ] } ], "icons": { "48": "moodle-logo-48.png", "96": "moodle-logo-96.png" }, "browser_action": { "default_icon": { "16": "moodle-logo.png", "24": "moodle-logo.png", "32": "moodle-logo.png" }, "default_title": "Dark Moodle" }, "permissions": [ "activeTab" ] } |