AI Quiz Solver
Let AI solve your quiz questions & help with your homework
Wat is AI Quiz Solver?
AI Quiz Solver is een Chrome-extensie ontwikkeld door Uğur Kellecioğlu, en de belangrijkste functie is "Let AI solve your quiz questions & help with your homework".
Extensie Screenshots
Download het CRX-bestand van de extensie AI Quiz Solver
Download AI Quiz Solver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AI Quiz Solver |
ID | dooohfghbfhmjnehdgbppkahfedllabn |
Officiële URL | https://chromewebstore.google.com/detail/ai-quiz-solver/dooohfghbfhmjnehdgbppkahfedllabn |
Beschrijving | Let AI solve your quiz questions & help with your homework |
Bestandsgrootte | 194 KB |
Aantal Installaties | 55 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2024-01-08 |
Publicatiedatum | 2024-01-08 |
Ontwikkelaar | Uğur Kellecioğlu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ai-quiz-solver.vercel.app |
URL van de Privacybeleid Pagina | https://ugurkellecioglu.me/privacy |
Ondersteunde Talen | 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": [ " |