SawKhan
The perfect assignment assistant!
Co to jest SawKhan?
SawKhan to rozszerzenie Chrome opracowane przez https://th-mas.dev, a jego główną funkcją jest „The perfect assignment assistant!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SawKhan
Pobierz pliki rozszerzeń SawKhan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | SawKhan |
ID | foincoeeeicfjhmfmbfcgoodkkfodfke |
Oficjalny URL | https://chromewebstore.google.com/detail/sawkhan/foincoeeeicfjhmfmbfcgoodkkfodfke |
Opis | The perfect assignment assistant! |
Rozmiar pliku | 15.03 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-05-10 |
Data Publikacji | 2021-05-09 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | https://th-mas.dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |