IDC Moodle Fix
Fixes logout and other annoying bugs in the academic Moodle Portal
什麼是IDC Moodle Fix?
IDC Moodle Fix是由MVAP開發的Chrome擴展程式,該擴展的主要功能是“Fixes logout and other annoying bugs in the academic Moodle Portal”。
擴展截圖
下載IDC Moodle Fix擴展crx文件
下載IDC Moodle Fix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
פותר המון בעיות מעצבנות בעבודה עם מערכת ה-Moodle
擴展基本資訊
名稱 | IDC Moodle Fix |
ID | nkncibglmcpmknlfaemknfmgaplmllhb |
官方網址 | 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'" } |