MathJax Pad

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

Qu'est-ce que MathJax Pad ?

MathJax Pad est une extension Chrome développée par b romney, et sa fonction principale est "Renders mathematical typeography from text as you type, using the MathJax library".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MathJax Pad

Téléchargez les fichiers d'extension MathJax Pad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MathJax Pad MathJax Pad
ID ppindibaephofmiakejfaieldbagemjn
URL Officiel https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn
Description Renders mathematical typeography from text as you type, using the MathJax library
Taille du Fichier 5.85 KB
Nombre d'Installations 136
Version Actuelle 2.0
Dernière Mise à Jour 2018-08-26
Date de Publication 2018-08-26
Développeur b romney
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}