IDC Moodle Fix
Fixes logout and other annoying bugs in the academic Moodle Portal
IDC Moodle Fixคืออะไร?
IDC Moodle Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MVAP และคุณลักษณะหลักของมันคือ "Fixes logout and other annoying bugs in the academic Moodle Portal"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IDC Moodle Fix
ดาวน์โหลดไฟล์ส่วนขยาย IDC Moodle Fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
פותר המון בעיות מעצבנות בעבודה עם מערכת ה-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'" } |