WeBWorK Parentheses Checker

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

Cos'è WeBWorK Parentheses Checker?

WeBWorK Parentheses Checker è un'estensione di Chrome sviluppata da https://jyuzawa.com, e la sua funzione principale è "Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WeBWorK Parentheses Checker

Scarica i file di estensione WeBWorK Parentheses Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WeBWorK Parentheses Checker WeBWorK Parentheses Checker
ID aheihlkeihkggcnpcndklankpifhekei
URL Ufficiale https://chromewebstore.google.com/detail/webwork-parentheses-check/aheihlkeihkggcnpcndklankpifhekei
Descrizione Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.
Dimensione del File 65.97 KB
Conteggio Installazioni 58
Versione Corrente 2.0
Ultimo Aggiornamento 2013-05-21
Data di Pubblicazione 2013-05-20
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://jyuzawa.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.jyuzawa.com/projects/webwork-checker
Lingue Supportate 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"
}