Ascii Math Unicode
A tool for rendering selected ascii math as unicode
Ascii Math Unicode क्या है?
Ascii Math Unicode https://hafaio.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for rendering selected ascii math as unicode"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ascii Math Unicode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Convert AsciiMath into unicode! Highlight any AsciiMath expression, and and convert it into the corresponding unicode by clicking on the extension. Allows you to turn an expression like "sum_(i=1)^n i^3=((n(n+1))/2)^2" into "∑ᵢ₌₁ⁿ i³=(ⁿ⁽ⁿ⁺¹⁾⁄₂)²". This expression can still be copied and pasted and will work in emails or messages. You can also convert text with the customizable shortcut `Ctrl+Shift+K` or by using a context menu.
एक्सटेंशन की मूल जानकारी
नाम | Ascii Math Unicode |
ID | llehdcbaonklonjlfgeggamnebgggoab |
आधिकारिक URL | https://chromewebstore.google.com/detail/ascii-math-unicode/llehdcbaonklonjlfgeggamnebgggoab |
विवरण | A tool for rendering selected ascii math as unicode |
फ़ाइल का आकार | 374 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2023-07-23 |
प्रकाशन तिथि | 2021-06-30 |
डेवलपर | https://hafaio.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/hafaio/asciimath-unicode/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ascii Math Unicode", "description": "A tool for rendering selected ascii math as unicode", "version": "2.0.1", "options_page": "out\/index.html", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "background": { "service_worker": "service_worker.js" }, "action": { "default_title": "Convert selected ascii math" }, "commands": { "ascii-math-unicode": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Convert current selection from ascii math to unicode" } }, "icons": { "16": "\/images\/am16.png", "32": "\/images\/am32.png", "48": "\/images\/am48.png", "128": "\/images\/am128.png" }, "manifest_version": 3 } |