Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
O que é Unicode Math With LaTeX?
Unicode Math With LaTeX é uma extensão do Chrome desenvolvida por boris.pristupa, e sua principal característica é "Replace LaTeX to unicode math symbols".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unicode Math With LaTeX
Baixe arquivos de extensão Unicode Math With LaTeX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
URL Oficial | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
Descrição | Replace LaTeX to unicode math symbols |
Tamanho do Arquivo | 33.5 KB |
Contagem de Instalações | 98 |
Versão Atual | 1.0 |
Última Atualização | 2021-04-15 |
Data de Publicação | 2021-04-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | boris.pristupa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |