MathJax Pad
Renders mathematical typeography from text as you type, using the MathJax library
Was ist MathJax Pad?
MathJax Pad ist eine Chrome-Erweiterung, die von b romney entwickelt wurde, und ihr Hauptmerkmal ist "Renders mathematical typeography from text as you type, using the MathJax library".
Erweiterungsscreenshots
MathJax Pad-Erweiterungs-CRX-Datei herunterladen
Laden Sie MathJax Pad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A super simple extension that renders mathematical typeography as you type, using the MathJax library. Please let me know of any recommendations for updates or enhancements.
Grundlegende Informationen zur Erweiterung
Name | MathJax Pad |
ID | ppindibaephofmiakejfaieldbagemjn |
Offizielle URL | https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn |
Beschreibung | Renders mathematical typeography from text as you type, using the MathJax library |
Dateigröße | 5.85 KB |
Installationsanzahl | 136 |
Aktuelle Version | 2.0 |
Letztes Update | 2018-08-26 |
Veröffentlichungsdatum | 2018-08-26 |
Entwickler | b romney |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MathJax Pad", "description": "Renders mathematical typeography from text as you type, using the MathJax library", "version": "2.0", "manifest_version": 2, "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_title": "Open the Pad", "default_icon": "icon.png", "default_popup": "pad.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mathjax\/; object-src 'self'" } |