SawKhan

The perfect assignment assistant!

什麼是SawKhan?

SawKhan是由https://th-mas.dev開發的Chrome擴展程式,該擴展的主要功能是“The perfect assignment assistant!”。

擴展截圖

screenshot

下載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 SawKhan
ID foincoeeeicfjhmfmbfcgoodkkfodfke
官方網址 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"
            ]
        }
    ]
}