Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Wat is Unicode Math With LaTeX?
Unicode Math With LaTeX is een Chrome-extensie ontwikkeld door boris.pristupa, en de belangrijkste functie is "Replace LaTeX to unicode math symbols".
Extensie Screenshots
Download het CRX-bestand van de extensie Unicode Math With LaTeX
Download Unicode Math With LaTeX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
Officiële URL | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
Beschrijving | Replace LaTeX to unicode math symbols |
Bestandsgrootte | 33.5 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-04-15 |
Publicatiedatum | 2021-04-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | boris.pristupa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |