Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Was ist Unicode Math With LaTeX?
Unicode Math With LaTeX ist eine Chrome-Erweiterung, die von boris.pristupa entwickelt wurde, und ihr Hauptmerkmal ist "Replace LaTeX to unicode math symbols".
Erweiterungsscreenshots
Unicode Math With LaTeX-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unicode Math With LaTeX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
Offizielle URL | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
Beschreibung | Replace LaTeX to unicode math symbols |
Dateigröße | 33.5 KB |
Installationsanzahl | 98 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-04-15 |
Veröffentlichungsdatum | 2021-04-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | boris.pristupa |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |