Math Anywhere

Render LaTeX & MathML formulas on any page you want

Wat is Math Anywhere?

Math Anywhere is een Chrome-extensie ontwikkeld door Andrew Korzhuev, en de belangrijkste functie is "Render LaTeX & MathML formulas on any page you want".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Math Anywhere

Download Math Anywhere-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Math Anywhere Math Anywhere
ID gebhifiddmaaeecbaiemfpejghjdjmhc
Officiële URL https://chromewebstore.google.com/detail/math-anywhere/gebhifiddmaaeecbaiemfpejghjdjmhc
Beschrijving Render LaTeX & MathML formulas on any page you want
Bestandsgrootte 26.87 KB
Aantal Installaties 26,613
Huidige Versie 2.0
Laatst Bijgewerkt 2016-08-13
Publicatiedatum 2016-08-13
Beoordeling 3.74/5 Totaal 65 Beoordelingen
Ontwikkelaar Andrew Korzhuev
Betalingswijze free
Extensiewebsite https://github.com/andrusha/mathml-chrome
Help Pagina-URL https://github.com/andrusha/mathml-chrome/issues
Ondersteunde Talen 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"
}