WebWork Buddy
Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!
WebWork Buddy क्या है?
WebWork Buddy https://webworkbuddy.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebWork Buddy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WebWork Buddy alleviates the stresses of dealing with bracket errors and syntax errors when entering in mathematical expressions on WebWork. By leveraging the Mathquill library, which is used by Desmos.com, computer scientists, and universities around the world, WebWork buddy is able to translate those mathematical expressions into a WebWork format such that the user can easily copy + paste the expression they need.
एक्सटेंशन की मूल जानकारी
नाम | WebWork Buddy |
ID | bhgmcdkifnonmebnhnbadgdopdlodena |
आधिकारिक URL | https://chromewebstore.google.com/detail/webwork-buddy/bhgmcdkifnonmebnhnbadgdopdlodena |
विवरण | Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help! |
फ़ाइल का आकार | 3.08 MB |
स्थापना संख्या | 298 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2020-12-14 |
प्रकाशन तिथि | 2020-10-19 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://webworkbuddy.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://webworkbuddy.me |
सहायता पृष्ठ URL | https://youtube.com/c/JackHeTech |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebWork Buddy", "version": "0.0.6", "description": "Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_title": "WebWork Buddy", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Ctrl+Shift+A" }, "description": "Opens popup.html" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'", "offline_enabled": true, "permissions": [ "storage" ] } |