IDC Moodle Fix

Fixes logout and other annoying bugs in the academic Moodle Portal

IDC Moodle Fixとは何ですか?

IDC Moodle FixはMVAPによって開発されたChromeの拡張機能で、その主な機能は「Fixes logout and other annoying bugs in the academic Moodle Portal」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        פותר המון בעיות מעצבנות בעבודה עם מערכת ה-Moodle                    

拡張機能の基本情報

名前 IDC Moodle Fix IDC Moodle Fix
ID nkncibglmcpmknlfaemknfmgaplmllhb
公式URL https://chromewebstore.google.com/detail/idc-moodle-fix/nkncibglmcpmknlfaemknfmgaplmllhb
説明 Fixes logout and other annoying bugs in the academic Moodle Portal
ファイルサイズ 353 KB
インストール数 49
現在のバージョン 2.9.3
最終更新日 2015-11-12
公開日 2015-11-12
評価 5.00/5 合計 3 レビュー
開発者 MVAP
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IDC Moodle Fix",
    "version": "2.9.3",
    "manifest_version": 2,
    "description": "Fixes logout and other annoying bugs in the academic Moodle Portal",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.js",
                "jquery-ui.js",
                "content.js"
            ],
            "css": [
                "jquery-ui.css"
            ],
            "matches": [
                "http:\/\/*.idc.ac.il\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "offline_enabled": true,
    "minimum_chrome_version": "19",
    "icons": {
        "16": "DTSicon16.png",
        "48": "DTSicon48.png",
        "128": "DTSicon128.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}