AI Quiz Solver
Let AI solve your quiz questions & help with your homework
Cos'è AI Quiz Solver?
AI Quiz Solver è un'estensione di Chrome sviluppata da Uğur Kellecioğlu, e la sua funzione principale è "Let AI solve your quiz questions & help with your homework".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AI Quiz Solver
Scarica i file di estensione AI Quiz Solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AI Quiz Solver |
ID | dooohfghbfhmjnehdgbppkahfedllabn |
URL Ufficiale | https://chromewebstore.google.com/detail/ai-quiz-solver/dooohfghbfhmjnehdgbppkahfedllabn |
Descrizione | Let AI solve your quiz questions & help with your homework |
Dimensione del File | 194 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2024-01-08 |
Data di Pubblicazione | 2024-01-08 |
Sviluppatore | Uğur Kellecioğlu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ai-quiz-solver.vercel.app |
URL della Pagina della Politica sulla Privacy | https://ugurkellecioglu.me/privacy |
Lingue Supportate | 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": [ " |