WeBWorK Parentheses Checker
Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.
What is WeBWorK Parentheses Checker?
WeBWorK Parentheses Checker is a Chrome extension developed by https://jyuzawa.com, and its main feature is "Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.".
Extension Screenshots
Download WeBWorK Parentheses Checker Extension CRX File
Download WeBWorK Parentheses Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WeBWorK Parentheses Checker |
ID | aheihlkeihkggcnpcndklankpifhekei |
Official URL | 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. |
File Size | 65.97 KB |
Installation Count | 58 |
Current Version | 2.0 |
Last Updated | 2013-05-21 |
Publish Date | 2013-05-20 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://jyuzawa.com |
Payment Type | free |
Extension Website | http://www.jyuzawa.com/projects/webwork-checker |
Supported Languages | 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" } |