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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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