Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Cos'è Unicode Math With LaTeX?
Unicode Math With LaTeX è un'estensione di Chrome sviluppata da boris.pristupa, e la sua funzione principale è "Replace LaTeX to unicode math symbols".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unicode Math With LaTeX
Scarica i file di estensione Unicode Math With LaTeX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
URL Ufficiale | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
Descrizione | Replace LaTeX to unicode math symbols |
Dimensione del File | 33.5 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-04-15 |
Data di Pubblicazione | 2021-04-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | boris.pristupa |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |