WeBWorK MathView

Preview nicely formatted math equations as you type them into WeBWorK answer boxes!

WeBWorK MathView क्या है?

WeBWorK MathView Noah Tajwar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview nicely formatted math equations as you type them into WeBWorK answer boxes!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WeBWorK MathView एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With the WeBWorK MathView extension you will see live previews of the equations you type into WeBWorK answer boxes, fully formatted in proper math notation. No more need to use the "Preview My Answers" button which reloads the entire page.

Extra Features:
 - Bracket highlighting in the input box (mismatched brackets and current brackets)
 - Adds a "Clear Answers" button to clear all the answer boxes on the page. Useful if you're redoing questions while studying and don't want to see the answers right away
- Changes the answer box font to a math font
- Disables spellcheck on the answer boxes so your math text isn't always underlined in red

This extension uses the following open source libraries:
 - KaTeX (https://khan.github.io/KaTeX/)
 - MathJax (https://www.mathjax.org/)
 - AsciiMath (http://asciimath.org/)

This software is not in any way affiliated with the official WeBWorK project or the Mathematical Association of America. All names, logos, brands and other trademarks or images featured within this software are the property of their respective trademark holders.                    

एक्सटेंशन की मूल जानकारी

नाम WeBWorK MathView WeBWorK MathView
ID jcphgophoinpfmbnfecgekaeaoocbogd
आधिकारिक URL https://chromewebstore.google.com/detail/webwork-mathview/jcphgophoinpfmbnfecgekaeaoocbogd
विवरण Preview nicely formatted math equations as you type them into WeBWorK answer boxes!
फ़ाइल का आकार 1.56 MB
स्थापना संख्या 3,218
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-09-24
प्रकाशन तिथि 2019-03-20
रेटिंग 4.60/5 कुल 10 रेटिंग्स
डेवलपर Noah Tajwar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WeBWorK MathView",
    "version": "2.0",
    "description": "Preview nicely formatted math equations as you type them into WeBWorK answer boxes!",
    "author": "Noah Tajwar",
    "minimum_chrome_version": "96",
    "icons": {
        "16": "icon\/icon_16.png",
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "action": {
        "default_title": "WeBWorK MathView",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/icon_16.png",
            "32": "icon\/icon_32.png",
            "48": "icon\/icon_48.png",
            "128": "icon\/icon_128.png"
        }
    },
    "background": {
        "service_worker": "worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/katex\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}