WeBWorK Parentheses Checker

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

Co je WeBWorK Parentheses Checker?

WeBWorK Parentheses Checker je rozšíření Chrome vyvinuté https://jyuzawa.com, a jeho hlavní funkcí je „Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WeBWorK Parentheses Checker

Stáhněte si soubory rozšíření WeBWorK Parentheses Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WeBWorK Parentheses Checker WeBWorK Parentheses Checker
ID aheihlkeihkggcnpcndklankpifhekei
Oficiální URL https://chromewebstore.google.com/detail/webwork-parentheses-check/aheihlkeihkggcnpcndklankpifhekei
Popis Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.
Velikost souboru 65.97 KB
Počet instalací 58
Aktuální Verze 2.0
Poslední Aktualizace 2013-05-21
Datum Vydání 2013-05-20
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://jyuzawa.com
Typ Platby free
Webové stránky Rozšíření http://www.jyuzawa.com/projects/webwork-checker
Podporované Jazyky 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"
}