WeBWorK Parentheses Checker

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

Wat is WeBWorK Parentheses Checker?

WeBWorK Parentheses Checker is een Chrome-extensie ontwikkeld door https://jyuzawa.com, en de belangrijkste functie is "Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WeBWorK Parentheses Checker

Download WeBWorK Parentheses Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WeBWorK Parentheses Checker WeBWorK Parentheses Checker
ID aheihlkeihkggcnpcndklankpifhekei
Officiële URL https://chromewebstore.google.com/detail/webwork-parentheses-check/aheihlkeihkggcnpcndklankpifhekei
Beschrijving Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.
Bestandsgrootte 65.97 KB
Aantal Installaties 58
Huidige Versie 2.0
Laatst Bijgewerkt 2013-05-21
Publicatiedatum 2013-05-20
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://jyuzawa.com
Betalingswijze free
Extensiewebsite http://www.jyuzawa.com/projects/webwork-checker
Ondersteunde Talen 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"
}