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" } |