Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
¿Qué es Unicode Math With LaTeX?
Unicode Math With LaTeX es una extensión de Chrome desarrollada por boris.pristupa, y su función principal es "Replace LaTeX to unicode math symbols".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Unicode Math With LaTeX
Descarga archivos de extensión Unicode Math With LaTeX en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
URL Oficial | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
Descripción | Replace LaTeX to unicode math symbols |
Tamaño del Archivo | 33.5 KB |
Cantidad de Instalaciones | 98 |
Versión Actual | 1.0 |
Última Actualización | 2021-04-15 |
Fecha de Publicación | 2021-04-14 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | boris.pristupa |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |