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
Eメール [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'"
}