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”。

扩展截图

screenshot

下载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 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
隐私政策页面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": [
        "",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/iconbg.png",
        "19": "icons\/iconbg.png",
        "32": "icons\/iconbg.png",
        "38": "icons\/iconbg.png",
        "48": "icons\/iconbg.png",
        "64": "icons\/iconbg.png",
        "96": "icons\/iconbg.png",
        "128": "icons\/iconbg.png",
        "256": "icons\/iconbg.png",
        "512": "icons\/iconbg.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main-EuHtdVxy.js",
                "assets\/globals-2ZGEPBMq.js",
                "assets\/browser-polyfill-kYmhV8_w.js",
                "assets\/globals-44BKEGPM.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}