SawKhan
The perfect assignment assistant!
什么是SawKhan?
SawKhan是由https://th-mas.dev开发的Chrome扩展程序,该扩展的主要功能是“The perfect assignment assistant!”。
扩展截图
下载SawKhan扩展crx文件
下载SawKhan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | SawKhan |
ID | foincoeeeicfjhmfmbfcgoodkkfodfke |
官方URL | https://chromewebstore.google.com/detail/sawkhan/foincoeeeicfjhmfmbfcgoodkkfodfke |
简介 | The perfect assignment assistant! |
文件大小 | 15.03 KB |
安装次数 | 77 |
当前版本 | 1.2 |
更新时间 | 2021-05-10 |
上架时间 | 2021-05-09 |
评分 | 3.67/5 共3次评分 |
开发者 | https://th-mas.dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |