Better Waseda Moodle

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

Wat is Better Waseda Moodle?

Better Waseda Moodle is een Chrome-extensie ontwikkeld door mkihr-ojisan, en de belangrijkste functie is "Waseda Moodleの使い勝手を多少良くします。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Better Waseda Moodle

Download Better Waseda Moodle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam Better Waseda Moodle Better Waseda Moodle
ID omijfabnmlifcmmghegpbmoieibfbmmj
Officiële URL https://chromewebstore.google.com/detail/better-waseda-moodle/omijfabnmlifcmmghegpbmoieibfbmmj
Beschrijving Waseda Moodleの使い勝手を多少良くします。
Bestandsgrootte 707 KB
Aantal Installaties 943
Huidige Versie 0.6.5
Laatst Bijgewerkt 2023-05-02
Publicatiedatum 2021-05-14
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar mkihr-ojisan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mkihr-ojisan/better-waseda-moodle
Ondersteunde Talen 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"
    }
}