Moodle timer extension

Just a simple moodle timer extension

Moodle timer extensionとは何ですか?

Moodle timer extensionはReShadowによって開発されたChromeの拡張機能で、その主な機能は「Just a simple moodle timer extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Moodle timer extension拡張機能のCRXファイルをダウンロード

Moodle timer extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Just a simple moodle timer extension

Adds extra functions to a simple moodle timer:
- Time left
- Time after reload
- Time passed
- Time left per question
- Averagequestion time
- Questions left
- Time warning

User needs to specify duration of moodle quiz and choose desired functions, then hit save.

You will never finish your quiz too fast or too slow again !                    

拡張機能の基本情報

名前 Moodle timer extension Moodle timer extension
ID pifaacfjdpgifjjdkffihdimbahohcdo
公式URL https://chromewebstore.google.com/detail/moodle-timer-extension/pifaacfjdpgifjjdkffihdimbahohcdo
説明 Just a simple moodle timer extension
ファイルサイズ 49.33 KB
インストール数 42
現在のバージョン 1.1
最終更新日 2021-05-04
公開日 2021-05-04
評価 5.00/5 合計 1 レビュー
開発者 ReShadow
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle timer extension",
    "version": "1.1",
    "description": "Just a simple moodle timer extension",
    "icons": {
        "512": "icons\/motivation.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/mod\/quiz\/attempt*"
            ],
            "js": [
                "timer_v2.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/motivation.png",
        "default_popup": "options.html"
    }
}