GitHub Math Display
Displays LaTeX math equations in GitHub markdown previews.
Qu'est-ce que GitHub Math Display ?
GitHub Math Display est une extension Chrome développée par AaronCQL, et sa fonction principale est "Displays LaTeX math equations in GitHub markdown previews.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Math Display
Téléchargez les fichiers d'extension GitHub Math Display 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
Features: - Only targets Markdown previews: code blocks and code previews will not be affected - Fast and efficient rendering using KaTeX - Supports current GitHub website: including internal navigations, and when previewing an edited Markdown file
Informations de Base sur l'Extension
Nom | GitHub Math Display |
ID | cgolaobglebjonjiblcjagnpmdmlgmda |
URL Officiel | https://chromewebstore.google.com/detail/github-math-display/cgolaobglebjonjiblcjagnpmdmlgmda |
Description | Displays LaTeX math equations in GitHub markdown previews. |
Taille du Fichier | 1.09 MB |
Nombre d'Installations | 849 |
Version Actuelle | 0.3.7 |
Dernière Mise à Jour | 2022-03-25 |
Date de Publication | 2020-07-30 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | AaronCQL |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AaronCQL/katex-github-chrome-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Math Display", "version": "0.3.7", "description": "Displays LaTeX math equations in GitHub markdown previews.", "icons": { "128": "assets\/icon128.png" }, "content_scripts": [ { "js": [ "assets\/index-b8a067f0.js" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_end", "css": [ "assets\/katex.css" ] } ], "background": { "scripts": [ "assets\/background-c76225da.js" ], "persistent": true }, "web_accessible_resources": [ "index.js", "assets\/fonts\/*", "constants-d1d9f3fd.js" ], "permissions": [ "webNavigation", "*:\/\/*.github.com\/*" ] } |