MathJax Pad

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

MathJax Padคืออะไร?

MathJax Pad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b romney และคุณลักษณะหลักของมันคือ "Renders mathematical typeography from text as you type, using the MathJax library"

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

screenshot

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

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