SE Chat MathJax
A Chrome Extension that enables the use of MathJax in all open chat windows.
Что такое SE Chat MathJax?
SE Chat MathJax - это расширение Chrome, разработанное David Freitag, и его основная функция - "A Chrome Extension that enables the use of MathJax in all open chat windows.".
Снимки экрана расширения
Скачать файл CRX расширения SE Chat MathJax
Скачайте файлы расширений SE Chat MathJax в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows Chrome to incorporate MathJax on any Stack Exchange Chat tabs. MathJax is a utility which performs typesetting on formatted LaTeX content. Users can freely create and share Math expressions and equations, as well as Chemical Molecular formulas and expressions using the included mhchem extension for MathJax. LaTeX is the standard for typesetting in many disciplines including, but not limited to, Mathematics, Physics, and Chemistry. It is widely used in academics for typesetting papers as well as individual expressions or equations. More information about LaTeX can be found here: https://www.latex-project.org/ More information about MathJax and mhchem can be found here: https://www.mathjax.org/ https://mhchem.github.io/MathJax-mhchem/
Основная информация о расширении
Название | SE Chat MathJax |
ID | jkohnpfocfllikbgkfdcghgjgejcfhjb |
Официальный URL | https://chromewebstore.google.com/detail/se-chat-mathjax/jkohnpfocfllikbgkfdcghgjgejcfhjb |
Описание | A Chrome Extension that enables the use of MathJax in all open chat windows. |
Размер файла | 27.73 KB |
Количество установок | 358 |
Текущая Версия | 1.4.0 |
Последнее Обновление | 2023-04-17 |
Дата публикации | 2015-04-29 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | David Freitag |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/dvdfreitag/SE-Chat-MathJax |
URL страницы помощи | https://github.com/dvdfreitag/SE-Chat-MathJax/issues |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SE Chat MathJax", "version": "1.4.0", "description": "A Chrome Extension that enables the use of MathJax in all open chat windows.", "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "ajax\/libs\/mathjax\/3.2.2\/es5\/tex-svg.js", "ajax\/libs\/mathjax\/3.2.2\/es5\/enclose", "ajax\/libs\/mathjax\/3.2.2\/es5\/cancel", "ajax\/libs\/mathjax\/3.2.2\/es5\/input\/tex\/extensions\/mhchem.js" ], "matches": [ "*:\/\/cdnjs.cloudflare.com\/*" ] }, { "resources": [ "Jax.js" ], "matches": [ " |