WeBWorK Parentheses Checker

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

Qu'est-ce que WeBWorK Parentheses Checker ?

WeBWorK Parentheses Checker est une extension Chrome développée par https://jyuzawa.com, et sa fonction principale est "Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WeBWorK Parentheses Checker

Téléchargez les fichiers d'extension WeBWorK Parentheses Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WeBWorK Parentheses Checker WeBWorK Parentheses Checker
ID aheihlkeihkggcnpcndklankpifhekei
URL Officiel https://chromewebstore.google.com/detail/webwork-parentheses-check/aheihlkeihkggcnpcndklankpifhekei
Description Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.
Taille du Fichier 65.97 KB
Nombre d'Installations 58
Version Actuelle 2.0
Dernière Mise à Jour 2013-05-21
Date de Publication 2013-05-20
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://jyuzawa.com
Type de Paiement free
Site Web de l'Extension http://www.jyuzawa.com/projects/webwork-checker
Langues Prises en Charge 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"
}