MathJax Pad
Renders mathematical typeography from text as you type, using the MathJax library
What is MathJax Pad?
MathJax Pad is a Chrome extension developed by b romney, and its main feature is "Renders mathematical typeography from text as you type, using the MathJax library".
Extension Screenshots
Download MathJax Pad Extension CRX File
Download MathJax Pad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MathJax Pad |
ID | ppindibaephofmiakejfaieldbagemjn |
Official URL | https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn |
Description | Renders mathematical typeography from text as you type, using the MathJax library |
File Size | 5.85 KB |
Installation Count | 136 |
Current Version | 2.0 |
Last Updated | 2018-08-26 |
Publish Date | 2018-08-26 |
Developer | b romney |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |