GitHub Math Display
Displays LaTeX math equations in GitHub markdown previews.
Wat is GitHub Math Display?
GitHub Math Display is een Chrome-extensie ontwikkeld door AaronCQL, en de belangrijkste functie is "Displays LaTeX math equations in GitHub markdown previews.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Math Display
Download GitHub Math Display-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | cgolaobglebjonjiblcjagnpmdmlgmda |
| Officiële URL | https://chromewebstore.google.com/detail/github-math-display/cgolaobglebjonjiblcjagnpmdmlgmda |
| Beschrijving | Displays LaTeX math equations in GitHub markdown previews. |
| Bestandsgrootte | 1.09 MB |
| Aantal Installaties | 849 |
| Huidige Versie | 0.3.7 |
| Laatst Bijgewerkt | 2022-03-25 |
| Publicatiedatum | 2020-07-30 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | AaronCQL |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/AaronCQL/katex-github-chrome-extension |
| Ondersteunde Talen | 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\/*"
]
} | |