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

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

                        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
عنوان صفحة المساعدة 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"
}