WeBWorK Parentheses Autocomplete
Type a paren, have it automatically close.
WeBWorK Parentheses Autocomplete क्या है?
WeBWorK Parentheses Autocomplete caseyw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type a paren, have it automatically close."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WeBWorK Parentheses Autocomplete एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | WeBWorK Parentheses Autocomplete |
ID | ickaacoaepjbdmcehkjchkalfdpanfci |
आधिकारिक URL | https://chromewebstore.google.com/detail/webwork-parentheses-autoc/ickaacoaepjbdmcehkjchkalfdpanfci |
विवरण | Type a paren, have it automatically close. |
फ़ाइल का आकार | 83.11 KB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2014-03-20 |
प्रकाशन तिथि | 2014-03-20 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | caseyw |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |