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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}