SawKhan

The perfect assignment assistant!

SawKhanคืออะไร?

SawKhan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://th-mas.dev และคุณลักษณะหลักของมันคือ "The perfect assignment assistant!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SawKhan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SawKhan provides an intuitive way to solve math problems on the Khan Academy website. Through mapping Khan Academy's API and handling various problem types, SawKhan can take on any practice quiz! Besides also providing a simple way to assist with math problems, SawKhan also integrates seamlessly into the KhanAcademy website, you won't even notice a difference on the website!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SawKhan SawKhan
ID foincoeeeicfjhmfmbfcgoodkkfodfke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sawkhan/foincoeeeicfjhmfmbfcgoodkkfodfke
คำอธิบาย The perfect assignment assistant!
ขนาดไฟล์ 15.03 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-05-10
วันที่เผยแพร่ 2021-05-09
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://th-mas.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SawKhan",
    "version": "1.2",
    "description": "The perfect assignment assistant!",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.khanacademy.org\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}