Latex Math

a simple tool to generate math images from Latex

什么是Latex Math?

Latex Math是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“a simple tool to generate math images from Latex”。

下载Latex Math扩展crx文件

下载Latex Math扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        a simple tool to generate math images from Latex.                    

扩展基本信息

名称 Latex Math Latex Math
ID iadfnfppbfedncehcbccibaapaeipocd
官方URL https://chromewebstore.google.com/detail/latex-math/iadfnfppbfedncehcbccibaapaeipocd
简介 a simple tool to generate math images from Latex
文件大小 48.8 KB
安装次数 823
当前版本 0.9.0 beta
更新时间 2017-09-21
上架时间 2017-09-21
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latex Math",
    "version": "0.9.0",
    "version_name": "0.9.0 beta",
    "author": "PengShaw",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Latex Math",
        "default_popup": "popup.html"
    }
}