AI Quiz Solver
Let AI solve your quiz questions & help with your homework
AI Quiz Solver란 무엇입니까?
AI Quiz Solver은(는) Uğur Kellecioğlu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let AI solve your quiz questions & help with your homework"입니다.
확장 프로그램 스크린샷
AI Quiz Solver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chatgpt powered extension is ready to solve your quizzes and homework. You can either select the question and answers, right click and answer with ai OR you can right click anywhere and just capture the question, we will convert image to text and send it to AI. You will immediately get the answer.
확장 프로그램 기본 정보
이름 | AI Quiz Solver |
ID | dooohfghbfhmjnehdgbppkahfedllabn |
공식 URL | https://chromewebstore.google.com/detail/ai-quiz-solver/dooohfghbfhmjnehdgbppkahfedllabn |
설명 | Let AI solve your quiz questions & help with your homework |
파일 크기 | 194 KB |
설치 횟수 | 55 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2024-01-08 |
출시 날짜 | 2024-01-08 |
개발자 | Uğur Kellecioğlu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ai-quiz-solver.vercel.app |
개인정보 보호 정책 페이지 URL | https://ugurkellecioglu.me/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "[email protected]", "description": "Let AI solve your quiz questions & help with your homework", "name": "AI Quiz Solver", "version": "0.0.2", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/iconbg.png", "19": "icons\/iconbg.png", "32": "icons\/iconbg.png", "38": "icons\/iconbg.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "permissions": [ "storage", "contextMenus", "activeTab" ], "content_scripts": [ { "js": [ "src\/entries\/contentScript\/primary\/main.js" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ " |