Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Qu'est-ce que Unicode Math With LaTeX ?
Unicode Math With LaTeX est une extension Chrome développée par boris.pristupa, et sa fonction principale est "Replace LaTeX to unicode math symbols".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unicode Math With LaTeX
Téléchargez les fichiers d'extension Unicode Math With LaTeX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
URL Officiel | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
Description | Replace LaTeX to unicode math symbols |
Taille du Fichier | 33.5 KB |
Nombre d'Installations | 98 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-04-15 |
Date de Publication | 2021-04-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | boris.pristupa |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |