WeBWorK Parentheses Checker

Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.

WeBWorK Parentheses Checkerとは何ですか?

WeBWorK Parentheses Checkerはhttps://jyuzawa.comによって開発されたChromeの拡張機能で、その主な機能は「Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.」です。

拡張機能のスクリーンショット

screenshot

WeBWorK Parentheses Checker拡張機能のCRXファイルをダウンロード

WeBWorK Parentheses Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Frustrated by entering long and complicated solutions with lots of parentheses into your WeBWorK homework assignments for your math or physics class?

This extension shows where you need to add parentheses or where you made an error in your grouping. You can now see your parentheses-related errors without having to hit the "Preview Answers" button.

Note: this does not solve you homework sets, justs helps you enter them in.                    

拡張機能の基本情報

名前 WeBWorK Parentheses Checker WeBWorK Parentheses Checker
ID aheihlkeihkggcnpcndklankpifhekei
公式URL https://chromewebstore.google.com/detail/webwork-parentheses-check/aheihlkeihkggcnpcndklankpifhekei
説明 Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.
ファイルサイズ 65.97 KB
インストール数 58
現在のバージョン 2.0
最終更新日 2013-05-21
公開日 2013-05-20
評価 3.67/5 合計 3 レビュー
開発者 https://jyuzawa.com
支払い方法 free
拡張機能のウェブサイト http://www.jyuzawa.com/projects/webwork-checker
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WeBWorK Parentheses Checker",
    "description": "Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.",
    "manifest_version": 2,
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "content_scripts": [
        {
            "css": [
                "wwstyle.css"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "wwscript.js"
            ],
            "matches": [
                "*:\/\/*\/webwork\/*",
                "*:\/\/*\/webwork2\/*"
            ]
        }
    ],
    "version": "2.0"
}