IDC Moodle Fix

Fixes logout and other annoying bugs in the academic Moodle Portal

Apa itu IDC Moodle Fix?

IDC Moodle Fix adalah ekstensi Chrome yang dikembangkan oleh MVAP, dan fitur utamanya adalah "Fixes logout and other annoying bugs in the academic Moodle Portal".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi IDC Moodle Fix

Unduh file ekstensi IDC Moodle Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama IDC Moodle Fix IDC Moodle Fix
ID nkncibglmcpmknlfaemknfmgaplmllhb
URL Resmi https://chromewebstore.google.com/detail/idc-moodle-fix/nkncibglmcpmknlfaemknfmgaplmllhb
Deskripsi Fixes logout and other annoying bugs in the academic Moodle Portal
Ukuran File 353 KB
Jumlah Instalasi 49
Versi Saat Ini 2.9.3
Terakhir Diperbarui 2015-11-12
Tanggal Publikasi 2015-11-12
Penilaian 5.00/5 Total 3 Penilaian
Pengembang MVAP
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}