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 هو إضافة Chrome تم تطويرها بواسطة https://jyuzawa.com، والميزة الرئيسية لها هي "Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WeBWorK Parentheses Checker

قم بتنزيل ملفات الامتداد WeBWorK Parentheses Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}