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ファイルをダウンロード
AI Quiz Solver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |