Moodle Dark -- LSU

Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle

Apa itu Moodle Dark -- LSU?

Moodle Dark -- LSU adalah ekstensi Chrome yang dikembangkan oleh Dylan Dubois, dan fitur utamanya adalah "Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Moodle Dark -- LSU

Unduh file ekstensi Moodle Dark -- LSU 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

                        Updates the LSU Moodle website to appear darker and cleaner                    

Informasi Dasar Ekstensi

Nama Moodle Dark -- LSU Moodle Dark -- LSU
ID fcejongbnjkbhbgncbjflhiknphgkclg
URL Resmi https://chromewebstore.google.com/detail/moodle-dark-lsu/fcejongbnjkbhbgncbjflhiknphgkclg
Deskripsi Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle
Ukuran File 20.42 KB
Jumlah Instalasi 106
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-02-27
Tanggal Publikasi 2020-02-26
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Dylan Dubois
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle Dark -- LSU",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/moodle3.lsu.edu\/*",
                "*:\/\/moodle3.lsu.edu\/course\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}