Moodle Dark -- LSU

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

什么是Moodle Dark -- LSU?

Moodle Dark -- LSU是由Dylan Dubois开发的Chrome扩展程序,该扩展的主要功能是“Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle”。

扩展截图

screenshot
screenshot

下载Moodle Dark -- LSU扩展crx文件

下载Moodle Dark -- LSU扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Updates the LSU Moodle website to appear darker and cleaner                    

扩展基本信息

名称 Moodle Dark -- LSU Moodle Dark -- LSU
ID fcejongbnjkbhbgncbjflhiknphgkclg
官方URL https://chromewebstore.google.com/detail/moodle-dark-lsu/fcejongbnjkbhbgncbjflhiknphgkclg
简介 Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle
文件大小 20.42 KB
安装次数 106
当前版本 1.0.1
更新时间 2020-02-27
上架时间 2020-02-26
评分 5.00/5 共4次评分
开发者 Dylan Dubois
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}