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
官方網址 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"
}