WeBWorK Parentheses Checker
Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.
Apa itu WeBWorK Parentheses Checker?
WeBWorK Parentheses Checker adalah ekstensi Chrome yang dikembangkan oleh https://jyuzawa.com, dan fitur utamanya adalah "Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WeBWorK Parentheses Checker
Unduh file ekstensi WeBWorK Parentheses Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WeBWorK Parentheses Checker |
ID | aheihlkeihkggcnpcndklankpifhekei |
URL Resmi | https://chromewebstore.google.com/detail/webwork-parentheses-check/aheihlkeihkggcnpcndklankpifhekei |
Deskripsi | Check your WeBWorK answers for proper usage of parentheses. Usable on any school's WeBWorK installation. |
Ukuran File | 65.97 KB |
Jumlah Instalasi | 58 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2013-05-21 |
Tanggal Publikasi | 2013-05-20 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | https://jyuzawa.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.jyuzawa.com/projects/webwork-checker |
Bahasa yang Didukung | 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" } |