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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Quiz Solver

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}