Better Waseda Moodle

Waseda Moodleの使い勝手を多少良くします。

What is Better Waseda Moodle?

Better Waseda Moodle is a Chrome extension developed by mkihr-ojisan, and its main feature is "Waseda Moodleの使い勝手を多少良くします。".

Extension Screenshots

screenshot

Download Better Waseda Moodle Extension CRX File

Download Better Waseda Moodle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        #### 主な機能 ####

-   自動ログイン
-   Moodle トップページに時間割表を表示
-   ツールバーのアイコンをクリックすると課題一覧を表示
-   スタイルの修正

すべての機能を見るには、拡張機能をインストールして設定ページを開いてください。                    

Extension Basic Information

Name Better Waseda Moodle Better Waseda Moodle
ID omijfabnmlifcmmghegpbmoieibfbmmj
Official URL https://chromewebstore.google.com/detail/better-waseda-moodle/omijfabnmlifcmmghegpbmoieibfbmmj
Description Waseda Moodleの使い勝手を多少良くします。
File Size 707 KB
Installation Count 943
Current Version 0.6.5
Last Updated 2023-05-02
Publish Date 2021-05-14
Rating 5.00/5 Total 4 Ratings
Developer mkihr-ojisan
Email [email protected]
Payment Type free
Extension Website https://github.com/mkihr-ojisan/better-waseda-moodle
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "0.6.5",
    "short_name": "__MSG_extension_shortname__",
    "author": "mkihr-ojisan",
    "homepage_url": "https:\/\/github.com\/mkihr-ojisan\/better-waseda-moodle",
    "manifest_version": 2,
    "default_locale": "ja",
    "incognito": "not_allowed",
    "icons": {
        "48": "res\/images\/icon-48.png",
        "128": "res\/images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wsdmoodle.waseda.jp\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/login.microsoftonline.com\/b3865172-9887-4b3a-89ff-95a35b92f4c3\/*"
            ],
            "js": [
                "common\/auto-login\/auto-login-checkbox.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.waseda.jp\/*",
        "https:\/\/login.microsoftonline.com\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "common\/auto-login\/auto-login-page.html",
        "res\/videos\/dummy-video.mp4",
        "block-xhr-requests\/inject.js",
        "fix-syllabus-link\/inject.js",
        "assignment-filename\/inject.js"
    ],
    "options_page": "options-page\/options-page.html",
    "browser_action": {
        "default_icon": {
            "48": "res\/images\/icon-48.png",
            "128": "res\/images\/icon-128.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": "popup\/popup.html"
    }
}