SawKhan

The perfect assignment assistant!

ما هو SawKhan؟

SawKhan هو إضافة Chrome تم تطويرها بواسطة https://th-mas.dev، والميزة الرئيسية لها هي "The perfect assignment assistant!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SawKhan

قم بتنزيل ملفات الامتداد SawKhan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}