Math Anywhere

Render LaTeX & MathML formulas on any page you want

Что такое Math Anywhere?

Math Anywhere - это расширение Chrome, разработанное Andrew Korzhuev, и его основная функция - "Render LaTeX & MathML formulas on any page you want".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Math Anywhere

Скачайте файлы расширений Math Anywhere в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Makes browsing and reading documents with mathematical notation easy! Just click on a integral icon and all MathML & LaTeX formulas on this website would be rendered with MathJax.

# Changelog
## v2.0
* HTTPS support
* Fallback to MathJax for img with alt tag

## v1.1
* Compatability with Chrome 21

## v1.0
* Initial release.                    

Основная информация о расширении

Название Math Anywhere Math Anywhere
ID gebhifiddmaaeecbaiemfpejghjdjmhc
Официальный URL https://chromewebstore.google.com/detail/math-anywhere/gebhifiddmaaeecbaiemfpejghjdjmhc
Описание Render LaTeX & MathML formulas on any page you want
Размер файла 26.87 KB
Количество установок 26,613
Текущая Версия 2.0
Последнее Обновление 2016-08-13
Дата публикации 2016-08-13
Рейтинг 3.74/5 Всего 65 оценок
Разработчик Andrew Korzhuev
Тип оплаты free
Официальный сайт расширения https://github.com/andrusha/mathml-chrome
URL страницы помощи https://github.com/andrusha/mathml-chrome/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Math Anywhere",
    "description": "Render LaTeX & MathML formulas on any page you want",
    "version": "2.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Enable Math on this domain"
    },
    "background": {
        "scripts": [
            "mathml-chrome.js"
        ]
    },
    "options_page": "options.html"
}