QuickTeX
Rapidly render LaTeX in the menu bar.
Что такое QuickTeX?
QuickTeX - это расширение Chrome, разработанное Arman Bhalla, и его основная функция - "Rapidly render LaTeX in the menu bar.".
Снимки экрана расширения
Скачать файл CRX расширения QuickTeX
Скачайте файлы расширений QuickTeX в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images. Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.
Основная информация о расширении
Название | QuickTeX |
ID | ailhlhfmlaelnmdebpekgnnblfedpnib |
Официальный URL | https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib |
Описание | Rapidly render LaTeX in the menu bar. |
Размер файла | 1.55 MB |
Количество установок | 298 |
Текущая Версия | 1.4 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 4.33/5 Всего 6 оценок |
Разработчик | Arman Bhalla |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://techtide.github.io/ |
URL страницы помощи | https://techtide.github.io/ |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickTeX", "version": "1.4", "description": "Rapidly render LaTeX in the menu bar.", "icons": { "32": "icons\/QT-32.png", "48": "icons\/QT-48.png", "96": "icons\/QT-96.png" }, "browser_action": { "default_icon": "icons\/QT-96.png", "default_title": "QuickTeX", "default_popup": "popup\/window.html", "browser_style": true }, "permissions": [ "webRequest", "localStorage", "activeTabs" ] } |