MathJax Pad

Renders mathematical typeography from text as you type, using the MathJax library

什么是MathJax Pad?

MathJax Pad是由b romney开发的Chrome扩展程序,该扩展的主要功能是“Renders mathematical typeography from text as you type, using the MathJax library”。

扩展截图

screenshot

下载MathJax Pad扩展crx文件

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

扩展使用说明

                        A super simple extension that renders mathematical typeography as you type, using the MathJax library.

Please let me know of any recommendations for updates or enhancements.                    

扩展基本信息

名称 MathJax Pad MathJax Pad
ID ppindibaephofmiakejfaieldbagemjn
官方URL https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn
简介 Renders mathematical typeography from text as you type, using the MathJax library
文件大小 5.85 KB
安装次数 136
当前版本 2.0
更新时间 2018-08-26
上架时间 2018-08-26
开发者 b romney
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MathJax Pad",
    "description": "Renders mathematical typeography from text as you type, using the MathJax library",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_title": "Open the Pad",
        "default_icon": "icon.png",
        "default_popup": "pad.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mathjax\/; object-src 'self'"
}