MathJax Plugin for Github
Renders Github equations with MathJax
Qu'est-ce que MathJax Plugin for Github ?
MathJax Plugin for Github est une extension Chrome développée par Or Sharir, et sa fonction principale est "Renders Github equations with MathJax".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MathJax Plugin for Github
Téléchargez les fichiers d'extension MathJax Plugin for Github au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | MathJax Plugin for Github |
ID | ioemnmodlmafdkllaclgeombjnmnbima |
URL Officiel | https://chromewebstore.google.com/detail/mathjax-plugin-for-github/ioemnmodlmafdkllaclgeombjnmnbima |
Description | Renders Github equations with MathJax |
Taille du Fichier | 796 KB |
Nombre d'Installations | 23,294 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.38/5 Total 47 Évaluations |
Développeur | Or Sharir |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/orsharir/github-mathjax |
URL de la Page d'Aide | https://github.com/orsharir/github-mathjax/issues |
Langues Prises en Charge | 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" } } |