IDC Moodle Fix
Fixes logout and other annoying bugs in the academic Moodle Portal
Wat is IDC Moodle Fix?
IDC Moodle Fix is een Chrome-extensie ontwikkeld door MVAP, en de belangrijkste functie is "Fixes logout and other annoying bugs in the academic Moodle Portal".
Extensie Screenshots
Download het CRX-bestand van de extensie IDC Moodle Fix
Download IDC Moodle Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
פותר המון בעיות מעצבנות בעבודה עם מערכת ה-Moodle
Basisinformatie over de Extensie
Naam | IDC Moodle Fix |
ID | nkncibglmcpmknlfaemknfmgaplmllhb |
Officiële URL | https://chromewebstore.google.com/detail/idc-moodle-fix/nkncibglmcpmknlfaemknfmgaplmllhb |
Beschrijving | Fixes logout and other annoying bugs in the academic Moodle Portal |
Bestandsgrootte | 353 KB |
Aantal Installaties | 49 |
Huidige Versie | 2.9.3 |
Laatst Bijgewerkt | 2015-11-12 |
Publicatiedatum | 2015-11-12 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | MVAP |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |