AI Quiz Solver
Let AI solve your quiz questions & help with your homework
ما هو AI Quiz Solver؟
AI Quiz Solver هو إضافة Chrome تم تطويرها بواسطة Uğur Kellecioğlu، والميزة الرئيسية لها هي "Let AI solve your quiz questions & help with your homework".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AI Quiz Solver
قم بتنزيل ملفات الامتداد AI Quiz Solver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |