MathJax Pad
Renders mathematical typeography from text as you type, using the MathJax library
Wat is MathJax Pad?
MathJax Pad is een Chrome-extensie ontwikkeld door b romney, en de belangrijkste functie is "Renders mathematical typeography from text as you type, using the MathJax library".
Extensie Screenshots
Download het CRX-bestand van de extensie MathJax Pad
Download MathJax Pad-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
                        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.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | ppindibaephofmiakejfaieldbagemjn | 
| Officiële URL | https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn | 
| Beschrijving | Renders mathematical typeography from text as you type, using the MathJax library | 
| Bestandsgrootte | 5.85 KB | 
| Aantal Installaties | 136 | 
| Huidige Versie | 2.0 | 
| Laatst Bijgewerkt | 2018-08-26 | 
| Publicatiedatum | 2018-08-26 | 
| Ontwikkelaar | b romney | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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'"
} | |