MoodleGPT
Hidden chat-gpt for your moodle quiz
MoodleGPT란 무엇입니까?
MoodleGPT은(는) yoannchb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hidden chat-gpt for your moodle quiz"입니다.
확장 프로그램 스크린샷
MoodleGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MoodleGPT is a Chrome extension that allows you to enhance your Moodle quiz experience. With this extension, you can hide the CHAT-GPT feature and effortlessly solve quiz questions. Simply enter the code provided by the extension and click on the question you want to solve, and CHAT-GPT will automatically provide the answer. This extension supports various question types, including Select, Put in Order, Resolve Equation, One Response (radio button), Multiple Responses (checkbox), True or False, Number, and Text. It also provides different modes, such as Autocomplete, Clipboard, and Question to Answer, giving you flexibility in how you interact with the answers. To use MoodleGPT, you need to set it up by loading the unpacked extension in your browser's extension management page. Enter the API key obtained from OpenAI and a unique code to activate the extension on your Moodle page. You can customize the settings, including the GPT model, cursor indication, title indication, and more. MoodleGPT simplifies and accelerates the process of completing Moodle quizzes, making it easier for users to obtain accurate answers. Download the extension now and enhance your Moodle quiz experience! Github: https://github.com/yoannchb-pro/MoodleGPT Donation: https://www.buymeacoffee.com/yoannchbpro Icon credits: Mortarboard icons created by itim2101 - Flaticon
확장 프로그램 기본 정보
이름 | MoodleGPT |
ID | fgiepdkoifhpcgdhbiikpgdapjdoemko |
공식 URL | https://chromewebstore.google.com/detail/moodlegpt/fgiepdkoifhpcgdhbiikpgdapjdoemko |
설명 | Hidden chat-gpt for your moodle quiz |
파일 크기 | 74.02 KB |
설치 횟수 | 1,351 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-06-25 |
출시 날짜 | 2023-06-25 |
평점 | 2.25/5 총 4 개의 평점 |
개발자 | yoannchb |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/yoannchb-pro/MoodleGPT |
도움말 페이지 URL | https://github.com/yoannchb-pro/MoodleGPT/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MoodleGPT", "version": "1.0.3", "description": "Hidden chat-gpt for your moodle quiz", "permissions": [ "storage" ], "action": { "default_icon": "icon.png", "default_popup": ".\/popup\/index.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/**\/mod\/quiz\/*", "*:\/\/*\/mod\/quiz\/*", "file:\/\/\/*" ], "js": [ "MoodleGPT.js" ], "run_at": "document_end" } ] } |