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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}