IDC Moodle Fix
Fixes logout and other annoying bugs in the academic Moodle Portal
IDC Moodle Fix क्या है?
IDC Moodle Fix MVAP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes logout and other annoying bugs in the academic Moodle Portal"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IDC Moodle Fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
פותר המון בעיות מעצבנות בעבודה עם מערכת ה-Moodle
एक्सटेंशन की मूल जानकारी
नाम | 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'" } |