Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Unicode Math With LaTeX क्या है?
Unicode Math With LaTeX boris.pristupa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace LaTeX to unicode math symbols"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unicode Math With LaTeX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces LaTeX symbols you write to Unicode symbols. To use it, write some LaTeX (e.g. \alpha_1 \to +\infty), select it and hit Ctrl+Space. The example above becomes α₁ → +∞. Primary target is VK.com, so it might not be stable on some other sites. You may try it on https://translate.yandex.ru/ (just put the example text from above to a translation field there, select the text and hit Ctrl+Space).
एक्सटेंशन की मूल जानकारी
नाम | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
विवरण | Replace LaTeX to unicode math symbols |
फ़ाइल का आकार | 33.5 KB |
स्थापना संख्या | 98 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-04-15 |
प्रकाशन तिथि | 2021-04-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | boris.pristupa |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unicode Math With LaTeX", "description": "Replace LaTeX to unicode math symbols", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [] } |