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
Eメール [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"
            ]
        }
    ]
}