Latex Comments
Compile and show latex formulas in comments.
Что такое Latex Comments?
Latex Comments - это расширение Chrome, разработанное eyal.fink, и его основная функция - "Compile and show latex formulas in comments.".
Снимки экрана расширения
Скачать файл CRX расширения Latex Comments
Скачайте файлы расширений Latex Comments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Compile and show latex formulas in comments (on bitbucket) Основная информация о расширении
| Название | |
| ID | pnbacpdpbhmkgfdjnibjdjmiahnoennj |
| Официальный URL | https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj |
| Описание | Compile and show latex formulas in comments. |
| Размер файла | 7.02 KB |
| Количество установок | 60 |
| Текущая Версия | 1.5 |
| Последнее Обновление | 2019-03-08 |
| Дата публикации | 2019-03-08 |
| Рейтинг | 2.67/5 Всего 3 оценок |
| Разработчик | eyal.fink |
| Тип оплаты | free |
| Официальный сайт расширения | https://bitbucket.org/efink/latex-comments-extension/overview |
| URL страницы помощи | https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Latex Comments",
"description": "Compile and show latex formulas in comments.",
"version": "1.5",
"permissions": [
"https:\/\/bitbucket.org\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/bitbucket.org\/*"
],
"css": [],
"js": [
"latexify.js"
],
"run_at": "document_idle"
}
]
} | |