MathJax Pad

Renders mathematical typeography from text as you type, using the MathJax library

Что такое MathJax Pad?

MathJax Pad - это расширение Chrome, разработанное b romney, и его основная функция - "Renders mathematical typeography from text as you type, using the MathJax library".

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

screenshot

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

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

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

                        A super simple extension that renders mathematical typeography as you type, using the MathJax library.

Please let me know of any recommendations for updates or enhancements.                    

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

Название MathJax Pad MathJax Pad
ID ppindibaephofmiakejfaieldbagemjn
Официальный URL https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn
Описание Renders mathematical typeography from text as you type, using the MathJax library
Размер файла 5.85 KB
Количество установок 136
Текущая Версия 2.0
Последнее Обновление 2018-08-26
Дата публикации 2018-08-26
Разработчик b romney
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MathJax Pad",
    "description": "Renders mathematical typeography from text as you type, using the MathJax library",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_title": "Open the Pad",
        "default_icon": "icon.png",
        "default_popup": "pad.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mathjax\/; object-src 'self'"
}