MathJax Plugin for Github
Renders Github equations with MathJax
ما هو MathJax Plugin for Github؟
MathJax Plugin for Github هو إضافة Chrome تم تطويرها بواسطة Or Sharir، والميزة الرئيسية لها هي "Renders Github equations with MathJax".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MathJax Plugin for Github
قم بتنزيل ملفات الامتداد MathJax Plugin for Github بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension add support for LaTeX equations in GitHub repositories, rendering them with an open source [MathJax](http://mathjax.org/) library. Right-Click on equation to show MathJax's context menu with additional options, e.g. "Scale All Math..." to instantly scale all equations on a page, "TeX commands" to see the source TeX equation etc. Extension is published under [New BSD License](https://github.com/orsharir/github-mathjax/blob/master/LICENSE.md) with the source code available [here](https://github.com/orsharir/github-mathjax). This extension is based on the __wonderful__ [wiki_mathjax](https://github.com/bgromov/wiki-mathjax) extension by [Boris Gromov](https://github.com/bgromov), and its license is included as part of LICENSE.md in this repository. For bug reports and feature requests, please use [Issue tracker](https://github.com/orsharir/github-mathjax/issues).
معلومات أساسية عن التمديد
الاسم | MathJax Plugin for Github |
ID | ioemnmodlmafdkllaclgeombjnmnbima |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mathjax-plugin-for-github/ioemnmodlmafdkllaclgeombjnmnbima |
الوصف | Renders Github equations with MathJax |
حجم الملف | 796 KB |
عدد التثبيتات | 23,294 |
النسخة الحالية | 0.2.4 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 4.38/5 مجموع تقييمات 47 |
المطور | Or Sharir |
نوع الدفع | free |
موقع الإضافة | https://github.com/orsharir/github-mathjax |
عنوان صفحة المساعدة | https://github.com/orsharir/github-mathjax/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MathJax Plugin for Github", "description": "Renders Github equations with MathJax", "version": "0.2.4", "permissions": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "web_accessible_resources": [ "mathjax_config.js", "MathJax\/*", "jquery-min-1.7.2.js", "dynamic_math.js" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "js": [ "jquery-min-1.7.2.js", "jquery.include.pack-1.1.js", "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |