MathJax Pad

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

Τι είναι το MathJax Pad;

Το MathJax Pad είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον b romney, και η κύρια λειτουργία του είναι "Renders mathematical typeography from text as you type, using the MathJax library".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης MathJax Pad

Λήψη αρχείων επέκτασης MathJax Pad σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MathJax Pad MathJax Pad
ID ppindibaephofmiakejfaieldbagemjn
Επίσημο URL https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn
Περιγραφή Renders mathematical typeography from text as you type, using the MathJax library
Μέγεθος Αρχείου 5.85 KB
Αριθμός Εγκαταστάσεων 136
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2018-08-26
Ημερομηνία Δημοσίευσης 2018-08-26
Προγραμματιστής b romney
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}