WeBWorK Parentheses Autocomplete

Type a paren, have it automatically close.

What is WeBWorK Parentheses Autocomplete?

WeBWorK Parentheses Autocomplete is a Chrome extension developed by caseyw, and its main feature is "Type a paren, have it automatically close.".

Extension Screenshots

screenshot

Download WeBWorK Parentheses Autocomplete Extension CRX File

Download WeBWorK Parentheses Autocomplete 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

                        Now whenever you type a paren in webwork, the extension will automatically complete it. This extension also contains an experimental and buggy Wolfram|Alpha integration. You can click an equation and W|A will attempt to display it. Warning: don't rely too much on W|A.                    

Extension Basic Information

Name WeBWorK Parentheses Autocomplete WeBWorK Parentheses Autocomplete
ID ickaacoaepjbdmcehkjchkalfdpanfci
Official URL https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci
Description Type a paren, have it automatically close.
File Size 83.11 KB
Installation Count 91
Current Version 1.0.3
Last Updated 2014-03-20
Publish Date 2014-03-20
Rating 4.00/5 Total 1 Ratings
Developer caseyw
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeBWorK Parentheses Autocomplete",
    "version": "1.0.3",
    "description": "Type a paren, have it automatically close.",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/webwork\/*",
                "*:\/\/*\/webwork2\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "content_script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}