texditor
Easily type your math and get its LaTeX.
什么是texditor?
texditor是由texditor开发的Chrome扩展程序,该扩展的主要功能是“Easily type your math and get its LaTeX.”。
扩展截图
下载texditor扩展crx文件
下载texditor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension that lets you quickly type math and renders LaTeX. 扩展基本信息
| 名称 | |
| ID | eanjkjeaiipcjcbghbdcanibflbbaind |
| 官方URL | https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind |
| 简介 | Easily type your math and get its LaTeX. |
| 文件大小 | 112 KB |
| 安装次数 | 277 |
| 当前版本 | 0.0.0.3 |
| 更新时间 | 2017-07-26 |
| 上架时间 | 2017-07-25 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | texditor |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/chrisboo/texditor |
| 帮助页面URL | https://github.com/chrisboo/texditor/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "texditor",
"description": "Easily type your math and get its LaTeX.",
"version": "0.0.0.3",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |