SawKhan

The perfect assignment assistant!

Qu'est-ce que SawKhan ?

SawKhan est une extension Chrome développée par https://th-mas.dev, et sa fonction principale est "The perfect assignment assistant!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SawKhan

Téléchargez les fichiers d'extension SawKhan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SawKhan SawKhan
ID foincoeeeicfjhmfmbfcgoodkkfodfke
URL Officiel https://chromewebstore.google.com/detail/sawkhan/foincoeeeicfjhmfmbfcgoodkkfodfke
Description The perfect assignment assistant!
Taille du Fichier 15.03 KB
Nombre d'Installations 77
Version Actuelle 1.2
Dernière Mise à Jour 2021-05-10
Date de Publication 2021-05-09
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://th-mas.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}