Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Что такое Unicode Math With LaTeX?
Unicode Math With LaTeX - это расширение Chrome, разработанное boris.pristupa, и его основная функция - "Replace LaTeX to unicode math symbols".
Снимки экрана расширения
Скачать файл CRX расширения Unicode Math With LaTeX
Скачайте файлы расширений Unicode Math With LaTeX в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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).
Основная информация о расширении
Название | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
Официальный URL | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
Описание | Replace LaTeX to unicode math symbols |
Размер файла | 33.5 KB |
Количество установок | 98 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-04-15 |
Дата публикации | 2021-04-14 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | boris.pristupa |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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": [] } |