Math Anywhere

Render LaTeX & MathML formulas on any page you want

Math Anywhereとは何ですか?

Math AnywhereはAndrew Korzhuevによって開発されたChromeの拡張機能で、その主な機能は「Render LaTeX & MathML formulas on any page you want」です。

拡張機能のスクリーンショット

screenshot

Math Anywhere拡張機能のCRXファイルをダウンロード

Math Anywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Makes browsing and reading documents with mathematical notation easy! Just click on a integral icon and all MathML & LaTeX formulas on this website would be rendered with MathJax.

# Changelog
## v2.0
* HTTPS support
* Fallback to MathJax for img with alt tag

## v1.1
* Compatability with Chrome 21

## v1.0
* Initial release.                    

拡張機能の基本情報

名前 Math Anywhere Math Anywhere
ID gebhifiddmaaeecbaiemfpejghjdjmhc
公式URL https://chromewebstore.google.com/detail/math-anywhere/gebhifiddmaaeecbaiemfpejghjdjmhc
説明 Render LaTeX & MathML formulas on any page you want
ファイルサイズ 26.87 KB
インストール数 26,613
現在のバージョン 2.0
最終更新日 2016-08-13
公開日 2016-08-13
評価 3.74/5 合計 65 レビュー
開発者 Andrew Korzhuev
支払い方法 free
拡張機能のウェブサイト https://github.com/andrusha/mathml-chrome
ヘルプページのURL https://github.com/andrusha/mathml-chrome/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Math Anywhere",
    "description": "Render LaTeX & MathML formulas on any page you want",
    "version": "2.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Enable Math on this domain"
    },
    "background": {
        "scripts": [
            "mathml-chrome.js"
        ]
    },
    "options_page": "options.html"
}