Latex Copier

This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…

Что такое Latex Copier?

Latex Copier - это расширение Chrome, разработанное Oz Kang, и его основная функция - "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…".

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

screenshot
screenshot

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

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

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

                        This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX.

This allows you to insert expressions using LaTeX in editors that do not support LaTeX but can insert images.                    

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

Название Latex Copier Latex Copier
ID mcijdmkdolppghpjladekoagkgkhaenk
Официальный URL https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk
Описание This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
Размер файла 1.07 MB
Количество установок 91
Текущая Версия 1.1.2
Последнее Обновление 2022-12-13
Дата публикации 2022-12-11
Разработчик Oz Kang
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Latex Copier",
    "offline_enabled": true,
    "version": "1.1.2"
}