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 |
官方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'" } |