Math Anywhere

Render LaTeX & MathML formulas on any page you want

Cos'è Math Anywhere?

Math Anywhere è un'estensione di Chrome sviluppata da Andrew Korzhuev, e la sua funzione principale è "Render LaTeX & MathML formulas on any page you want".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Math Anywhere

Scarica i file di estensione Math Anywhere 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

                        Makes browsing and reading documents with mathematical notation easy! Just click on a integral icon and all MathML & LaTeX formulas on this website would be rendered with MathJax.

# Changelog
## v2.0
* HTTPS support
* Fallback to MathJax for img with alt tag

## v1.1
* Compatability with Chrome 21

## v1.0
* Initial release.                    

Informazioni di Base sull'Estensione

Nome Math Anywhere Math Anywhere
ID gebhifiddmaaeecbaiemfpejghjdjmhc
URL Ufficiale https://chromewebstore.google.com/detail/math-anywhere/gebhifiddmaaeecbaiemfpejghjdjmhc
Descrizione Render LaTeX & MathML formulas on any page you want
Dimensione del File 26.87 KB
Conteggio Installazioni 26,613
Versione Corrente 2.0
Ultimo Aggiornamento 2016-08-13
Data di Pubblicazione 2016-08-13
Valutazione 3.74/5 Totale 65 Valutazioni
Sviluppatore Andrew Korzhuev
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/andrusha/mathml-chrome
URL della Pagina di Aiuto https://github.com/andrusha/mathml-chrome/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Math Anywhere",
    "description": "Render LaTeX & MathML formulas on any page you want",
    "version": "2.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Enable Math on this domain"
    },
    "background": {
        "scripts": [
            "mathml-chrome.js"
        ]
    },
    "options_page": "options.html"
}