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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |