AI Quiz Solver
Let AI solve your quiz questions & help with your homework
AI Quiz Solver là gì?
AI Quiz Solver là một tiện ích mở rộng Chrome được phát triển bởi Uğur Kellecioğlu, và tính năng chính của nó là "Let AI solve your quiz questions & help with your homework".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AI Quiz Solver
Tải xuống các tệp mở rộng AI Quiz Solver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AI Quiz Solver |
ID | dooohfghbfhmjnehdgbppkahfedllabn |
URL Chính Thức | https://chromewebstore.google.com/detail/ai-quiz-solver/dooohfghbfhmjnehdgbppkahfedllabn |
Mô tả | Let AI solve your quiz questions & help with your homework |
Kích Thước Tệp | 194 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2024-01-08 |
Ngày Phát Hành | 2024-01-08 |
Nhà Phát Triển | Uğur Kellecioğlu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ai-quiz-solver.vercel.app |
URL Trang Chính Sách Bảo Mật | https://ugurkellecioglu.me/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |