Latex Comments
Compile and show latex formulas in comments.
什么是Latex Comments?
Latex Comments是由eyal.fink开发的Chrome扩展程序,该扩展的主要功能是“Compile and show latex formulas in comments.”。
扩展截图
下载Latex Comments扩展crx文件
下载Latex Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Compile and show latex formulas in comments (on bitbucket) 扩展基本信息
| 名称 | |
| ID | pnbacpdpbhmkgfdjnibjdjmiahnoennj |
| 官方URL | https://chromewebstore.google.com/detail/latex-comments/pnbacpdpbhmkgfdjnibjdjmiahnoennj |
| 简介 | Compile and show latex formulas in comments. |
| 文件大小 | 7.02 KB |
| 安装次数 | 60 |
| 当前版本 | 1.5 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 2.67/5 共3次评分 |
| 开发者 | eyal.fink |
| 付费类型 | free |
| 扩展官网 | https://bitbucket.org/efink/latex-comments-extension/overview |
| 帮助页面URL | https://bitbucket.org/efink/latex-comments-extension/issues?status=new&status=open |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Latex Comments",
"description": "Compile and show latex formulas in comments.",
"version": "1.5",
"permissions": [
"https:\/\/bitbucket.org\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/bitbucket.org\/*"
],
"css": [],
"js": [
"latexify.js"
],
"run_at": "document_idle"
}
]
} | |