GitHub Math Display
Displays LaTeX math equations in GitHub markdown previews.
GitHub Math Display क्या है?
GitHub Math Display AaronCQL द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays LaTeX math equations in GitHub markdown previews."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Math Display एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | GitHub Math Display |
ID | cgolaobglebjonjiblcjagnpmdmlgmda |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-math-display/cgolaobglebjonjiblcjagnpmdmlgmda |
विवरण | Displays LaTeX math equations in GitHub markdown previews. |
फ़ाइल का आकार | 1.09 MB |
स्थापना संख्या | 849 |
वर्तमान संस्करण | 0.3.7 |
अंतिम अपडेट | 2022-03-25 |
प्रकाशन तिथि | 2020-07-30 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | AaronCQL |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/AaronCQL/katex-github-chrome-extension |
समर्थित भाषाएँ | 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\/*" ] } |