SawKhan

The perfect assignment assistant!

What is SawKhan?

SawKhan is a Chrome extension developed by https://th-mas.dev, and its main feature is "The perfect assignment assistant!".

Extension Screenshots

screenshot

Download SawKhan Extension CRX File

Download SawKhan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name SawKhan SawKhan
ID foincoeeeicfjhmfmbfcgoodkkfodfke
Official URL https://chromewebstore.google.com/detail/sawkhan/foincoeeeicfjhmfmbfcgoodkkfodfke
Description The perfect assignment assistant!
File Size 15.03 KB
Installation Count 77
Current Version 1.2
Last Updated 2021-05-10
Publish Date 2021-05-09
Rating 3.67/5 Total 3 Ratings
Developer https://th-mas.dev
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}