texditor

Easily type your math and get its LaTeX.

Что такое texditor?

texditor - это расширение Chrome, разработанное texditor, и его основная функция - "Easily type your math and get its LaTeX.".

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

screenshot
screenshot

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

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

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

                        A chrome extension that lets you quickly type math and renders LaTeX.                    

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

Название texditor texditor
ID eanjkjeaiipcjcbghbdcanibflbbaind
Официальный URL https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind
Описание Easily type your math and get its LaTeX.
Размер файла 112 KB
Количество установок 277
Текущая Версия 0.0.0.3
Последнее Обновление 2017-07-26
Дата публикации 2017-07-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик texditor
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/chrisboo/texditor
URL страницы помощи https://github.com/chrisboo/texditor/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "texditor",
    "description": "Easily type your math and get its LaTeX.",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}