Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Co to jest Unicode Math With LaTeX?
Unicode Math With LaTeX to rozszerzenie Chrome opracowane przez boris.pristupa, a jego główną funkcją jest „Replace LaTeX to unicode math symbols”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unicode Math With LaTeX
Pobierz pliki rozszerzeń Unicode Math With LaTeX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
Oficjalny URL | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
Opis | Replace LaTeX to unicode math symbols |
Rozmiar pliku | 33.5 KB |
Liczba instalacji | 98 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-04-15 |
Data Publikacji | 2021-04-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | boris.pristupa |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |