MathJax Plugin for Github
Renders Github equations with MathJax
MathJax Plugin for Github क्या है?
MathJax Plugin for Github Or Sharir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Renders Github equations with MathJax"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MathJax Plugin for Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } } |