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是由Oz Kang开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…”。

扩展截图

screenshot
screenshot

下载Latex Copier扩展crx文件

下载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"
}