Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Hvad er Unicode Math With LaTeX?
Unicode Math With LaTeX er en Chrome-udvidelse udviklet af boris.pristupa, og dens hovedfunktion er "Replace LaTeX to unicode math symbols".
Udvidelsesskærmbilleder
Download Unicode Math With LaTeX-udvidelses-CRX-fil
Download Unicode Math With LaTeX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ibkgdciabanomodabiacaaidadoehgkd |
| Officiel URL | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
| Beskrivelse | Replace LaTeX to unicode math symbols |
| Filstørrelse | 33.5 KB |
| Antal Installationer | 98 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2021-04-15 |
| Udgivelsesdato | 2021-04-14 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | boris.pristupa |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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": []
} | |