Moodle Session Extender
Extend your moodle sessions!
Moodle Session Extender란 무엇입니까?
Moodle Session Extender은(는) nikita6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extend your moodle sessions!"입니다.
확장 프로그램 스크린샷
Moodle Session Extender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extend your moodle sessions! Sends your moodle sessions to a server for continuous prolongation. No more relogins! Supports only Innopolis University Moodle
확장 프로그램 기본 정보
이름 | Moodle Session Extender |
ID | jlkihkgdajcdpbnkdlamhiggdggnjmil |
공식 URL | https://chromewebstore.google.com/detail/moodle-session-extender/jlkihkgdajcdpbnkdlamhiggdggnjmil |
설명 | Extend your moodle sessions! |
파일 크기 | 85.5 KB |
설치 횟수 | 565 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2022-08-23 |
출시 날짜 | 2022-08-22 |
개발자 | nikita6 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/DCNick3/moodle-session-ext |
도움말 페이지 URL | https://github.com/DCNick3/moodle-session-ext/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle Session Extender", "version": "0.1.0", "description": "Extend your moodle sessions!", "homepage_url": "https:\/\/github.com\/DCNick3\/moodle-session-ext", "manifest_version": 3, "minimum_chrome_version": "100", "icons": { "1024": "icon.e3e2da71.png" }, "permissions": [ "storage", "cookies", "notifications" ], "host_permissions": [ "https:\/\/moodle.innopolis.university\/**" ], "content_scripts": [ { "matches": [ "https:\/\/moodle.innopolis.university\/*" ], "js": [ "content.8b0903a5.js" ], "css": [ "content.a091c5f2.css" ], "run_at": "document_end" } ], "options_ui": { "browser_style": true, "page": "options.bb495e68.html" }, "background": { "service_worker": "background.5cb077dd.js", "type": "module" } } |