WeBWorK Parentheses Checker
Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.
Τι είναι το WeBWorK Parentheses Checker;
Το WeBWorK Parentheses Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jyuzawa.com, και η κύρια λειτουργία του είναι "Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WeBWorK Parentheses Checker
Λήψη αρχείων επέκτασης WeBWorK Parentheses Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WeBWorK Parentheses Checker |
ID | aheihlkeihkggcnpcndklankpifhekei |
Επίσημο URL | https://chromewebstore.google.com/detail/webwork-parentheses-check/aheihlkeihkggcnpcndklankpifhekei |
Περιγραφή | Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation. |
Μέγεθος Αρχείου | 65.97 KB |
Αριθμός Εγκαταστάσεων | 58 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2013-05-21 |
Ημερομηνία Δημοσίευσης | 2013-05-20 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://jyuzawa.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.jyuzawa.com/projects/webwork-checker |
Υποστηριζόμενες Γλώσσες | 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" } |