SawKhan

The perfect assignment assistant!

Wat is SawKhan?

SawKhan is een Chrome-extensie ontwikkeld door https://th-mas.dev, en de belangrijkste functie is "The perfect assignment assistant!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SawKhan

Download SawKhan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam SawKhan SawKhan
ID foincoeeeicfjhmfmbfcgoodkkfodfke
Officiële URL https://chromewebstore.google.com/detail/sawkhan/foincoeeeicfjhmfmbfcgoodkkfodfke
Beschrijving The perfect assignment assistant!
Bestandsgrootte 15.03 KB
Aantal Installaties 77
Huidige Versie 1.2
Laatst Bijgewerkt 2021-05-10
Publicatiedatum 2021-05-09
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://th-mas.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}