Median
Browser extension that brings LaTeX to Medium
什么是Median?
Median是由Andrew Li开发的Chrome扩展程序,该扩展的主要功能是“Browser extension that brings LaTeX to Medium”。
扩展截图
下载Median扩展crx文件
下载Median扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A lightweight extension that allows you to insert high quality LaTeX math images into your Medium post.                     扩展基本信息
| 名称 |   |  
| ID | anceofoolakbkhkpmkajcflfhjadmahp | 
| 官方URL | https://chromewebstore.google.com/detail/median/anceofoolakbkhkpmkajcflfhjadmahp | 
| 简介 | Browser extension that brings LaTeX to Medium | 
| 文件大小 | 12.25 KB | 
| 安装次数 | 20 | 
| 当前版本 | 0.2.0 | 
| 更新时间 | 2021-01-06 | 
| 上架时间 | 2019-12-25 | 
| 开发者 | Andrew Li | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Median",
    "version": "0.2.0",
    "author": "Andrew Li",
    "description": "Browser extension that brings LaTeX to Medium",
    "permissions": [
        "https:\/\/quicklatex.com\/*",
        "https:\/\/medium.com\/*",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}  |  |