MathJax Pad

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

¿Qué es MathJax Pad?

MathJax Pad es una extensión de Chrome desarrollada por b romney, y su función principal es "Renders mathematical typeography from text as you type, using the MathJax library".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MathJax Pad

Descarga archivos de extensión MathJax Pad en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MathJax Pad MathJax Pad
ID ppindibaephofmiakejfaieldbagemjn
URL Oficial https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn
Descripción Renders mathematical typeography from text as you type, using the MathJax library
Tamaño del Archivo 5.85 KB
Cantidad de Instalaciones 136
Versión Actual 2.0
Última Actualización 2018-08-26
Fecha de Publicación 2018-08-26
Desarrollador b romney
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}