MathQuill Image Generator
Generates image based on equations entered using the MathQuill (Desmos) equation editor.
MathQuill Image Generator क्या है?
MathQuill Image Generator SparrowTheNerd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates image based on equations entered using the MathQuill (Desmos) equation editor."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MathQuill Image Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you frustrated with the Google Docs equation editor? Need to take math notes, but can't write in equations fast enough? The MathQuill Image Generator allows for fast and easy equation typing with the same syntax as websites like Desmos and Symbolab. After entering your equation, you can do whatever you like with the generated image from dragging it into an online word processor like Google Docs to copying the image or its address to use elsewhere. This extension streamlines your ability to write LaTeX quickly and efficiently and is an essential productivity tool for any student! FUTURE PLANS: • Settings menu for font size, font type, etc • Automatically add image to clipboard (no need to drag the image)
एक्सटेंशन की मूल जानकारी
नाम | MathQuill Image Generator |
ID | jfmickknjfaeeilnjfbcfbakkijafihh |
आधिकारिक URL | https://chromewebstore.google.com/detail/mathquill-image-generator/jfmickknjfaeeilnjfbcfbakkijafihh |
विवरण | Generates image based on equations entered using the MathQuill (Desmos) equation editor. |
फ़ाइल का आकार | 2.94 MB |
स्थापना संख्या | 727 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2021-05-26 |
प्रकाशन तिथि | 2021-05-25 |
रेटिंग | 4.86/5 कुल 7 रेटिंग्स |
डेवलपर | SparrowTheNerd |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Sparrowhawk120/MathQuill-Extension |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MathQuill Image Generator", "description": "Generates image based on equations entered using the MathQuill (Desmos) equation editor.", "version": "0.1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/43146.png", "32": "\/images\/43146.png", "48": "\/images\/43146.png", "128": "\/images\/43146.png" } }, "icons": { "16": "\/images\/43146.png", "32": "\/images\/43146.png", "48": "\/images\/43146.png", "128": "\/images\/43146.png" }, "options_page": "options.html" } |