IDC Moodle Fix

Fixes logout and other annoying bugs in the academic Moodle Portal

Qu'est-ce que IDC Moodle Fix ?

IDC Moodle Fix est une extension Chrome développée par MVAP, et sa fonction principale est "Fixes logout and other annoying bugs in the academic Moodle Portal".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IDC Moodle Fix

Téléchargez les fichiers d'extension IDC Moodle Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom IDC Moodle Fix IDC Moodle Fix
ID nkncibglmcpmknlfaemknfmgaplmllhb
URL Officiel https://chromewebstore.google.com/detail/idc-moodle-fix/nkncibglmcpmknlfaemknfmgaplmllhb
Description Fixes logout and other annoying bugs in the academic Moodle Portal
Taille du Fichier 353 KB
Nombre d'Installations 49
Version Actuelle 2.9.3
Dernière Mise à Jour 2015-11-12
Date de Publication 2015-11-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur MVAP
Type de Paiement free
Langues Prises en Charge 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'"
}