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
公式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
Eメール [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"
            ]
        }
    ]
}