MathJax Pad

Renders mathematical typeography from text as you type, using the MathJax library

Cos'è MathJax Pad?

MathJax Pad è un'estensione di Chrome sviluppata da b romney, e la sua funzione principale è "Renders mathematical typeography from text as you type, using the MathJax library".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MathJax Pad

Scarica i file di estensione MathJax Pad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MathJax Pad MathJax Pad
ID ppindibaephofmiakejfaieldbagemjn
URL Ufficiale https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn
Descrizione Renders mathematical typeography from text as you type, using the MathJax library
Dimensione del File 5.85 KB
Conteggio Installazioni 136
Versione Corrente 2.0
Ultimo Aggiornamento 2018-08-26
Data di Pubblicazione 2018-08-26
Sviluppatore b romney
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}