SawKhan

The perfect assignment assistant!

Cos'è SawKhan?

SawKhan è un'estensione di Chrome sviluppata da https://th-mas.dev, e la sua funzione principale è "The perfect assignment assistant!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SawKhan

Scarica i file di estensione SawKhan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome SawKhan SawKhan
ID foincoeeeicfjhmfmbfcgoodkkfodfke
URL Ufficiale https://chromewebstore.google.com/detail/sawkhan/foincoeeeicfjhmfmbfcgoodkkfodfke
Descrizione The perfect assignment assistant!
Dimensione del File 15.03 KB
Conteggio Installazioni 77
Versione Corrente 1.2
Ultimo Aggiornamento 2021-05-10
Data di Pubblicazione 2021-05-09
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://th-mas.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}