Quizgecko
Quickly generate a quiz based on the page you're viewing, using AI.
Quizgecko란 무엇입니까?
Quizgecko은(는) https://quizgecko.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly generate a quiz based on the page you're viewing, using AI."입니다.
확장 프로그램 스크린샷
Quizgecko 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate quizzes and flashcards from any web page, with the power of ChatGPT. This helpful Chrome extension opens the tab you are viewing in Quizgecko and automatically starts to generate a quiz based on the text there. Please note: You'll need Quizgecko to use this extension. It is free to use up to 3 times per month after you have created an account. After that you'll need to upgrade to one of our paid plans. To use just click the extension icon after installing. This will open Quizgecko with the current URL. By default, quiz generation will begin immediately, though you can change this in the options if you wish.
확장 프로그램 기본 정보
이름 | Quizgecko |
ID | jipdeflholipfmimeegaphokjfhkbbpl |
공식 URL | https://chromewebstore.google.com/detail/quizgecko/jipdeflholipfmimeegaphokjfhkbbpl |
설명 | Quickly generate a quiz based on the page you're viewing, using AI. |
파일 크기 | 70.47 KB |
설치 횟수 | 2,204 |
현재 버전 | 1 |
최근 업데이트 | 2023-08-06 |
출시 날짜 | 2022-11-10 |
개발자 | https://quizgecko.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://quizgecko.com/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizgecko", "version": "1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "storage" ], "action": { "default_icon": "icon-32.png" }, "options_page": "options.html", "icons": { "16": "icon-16.png", "32": "icon-32.png", "192": "icon-192.png" }, "description": "Quickly generate a quiz based on the page you're viewing, using AI." } |