IDC Moodle Fix
Fixes logout and other annoying bugs in the academic Moodle Portal
Was ist IDC Moodle Fix?
IDC Moodle Fix ist eine Chrome-Erweiterung, die von MVAP entwickelt wurde, und ihr Hauptmerkmal ist "Fixes logout and other annoying bugs in the academic Moodle Portal".
Erweiterungsscreenshots
IDC Moodle Fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie IDC Moodle Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
פותר המון בעיות מעצבנות בעבודה עם מערכת ה-Moodle Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nkncibglmcpmknlfaemknfmgaplmllhb |
| Offizielle URL | https://chromewebstore.google.com/detail/idc-moodle-fix/nkncibglmcpmknlfaemknfmgaplmllhb |
| Beschreibung | Fixes logout and other annoying bugs in the academic Moodle Portal |
| Dateigröße | 353 KB |
| Installationsanzahl | 49 |
| Aktuelle Version | 2.9.3 |
| Letztes Update | 2015-11-12 |
| Veröffentlichungsdatum | 2015-11-12 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | MVAP |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |