IDC Moodle Fix
Fixes logout and other annoying bugs in the academic Moodle Portal
Co to jest IDC Moodle Fix?
IDC Moodle Fix to rozszerzenie Chrome opracowane przez MVAP, a jego główną funkcją jest „Fixes logout and other annoying bugs in the academic Moodle Portal”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IDC Moodle Fix
Pobierz pliki rozszerzeń IDC Moodle Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
פותר המון בעיות מעצבנות בעבודה עם מערכת ה-Moodle
Podstawowe informacje o rozszerzeniu
Nazwa | IDC Moodle Fix |
ID | nkncibglmcpmknlfaemknfmgaplmllhb |
Oficjalny URL | https://chromewebstore.google.com/detail/idc-moodle-fix/nkncibglmcpmknlfaemknfmgaplmllhb |
Opis | Fixes logout and other annoying bugs in the academic Moodle Portal |
Rozmiar pliku | 353 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 2.9.3 |
Ostatnia Aktualizacja | 2015-11-12 |
Data Publikacji | 2015-11-12 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | MVAP |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |