IDC Moodle Fix

Fixes logout and other annoying bugs in the academic Moodle Portal

ما هو IDC Moodle Fix؟

IDC Moodle Fix هو إضافة Chrome تم تطويرها بواسطة MVAP، والميزة الرئيسية لها هي "Fixes logout and other annoying bugs in the academic Moodle Portal".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة IDC Moodle Fix

قم بتنزيل ملفات الامتداد IDC Moodle Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        פותר המון בעיות מעצבנות בעבודה עם מערכת ה-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'"
}