Math Anywhere

Render LaTeX & MathML formulas on any page you want

Math Anywhereคืออะไร?

Math Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Korzhuev และคุณลักษณะหลักของมันคือ "Render LaTeX & MathML formulas on any page you want"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Math Anywhere

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}