Math2Text

Converta expressões matemáticas escritas em MathML em um texto alternativo, legível em um leitor de tela.

What is Math2Text?

Math2Text is a Chrome extension developed by albinoszeszjunior, and its main feature is "Converta expressões matemáticas escritas em MathML em um texto alternativo, legível em um leitor de tela.".

Extension Screenshots

screenshot

Download Math2Text Extension CRX File

Download Math2Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        O Math2Text, uma tecnologia assistiva baseada em software, proveniente da junção de softwares de código aberto e códigos autorais, com o objetivo de auxiliar na interpretação de símbolos matemáticos para estudantes com baixa ou nenhuma visão, bem como professores no desenvolvimento de materiais acessíveis.                    

Extension Basic Information

Name Math2Text Math2Text
ID dkjbpklcekbnhfbgebghbbhoabfhajlg
Official URL https://chromewebstore.google.com/detail/math2text/dkjbpklcekbnhfbgebghbbhoabfhajlg
Description Converta expressões matemáticas escritas em MathML em um texto alternativo, legível em um leitor de tela.
File Size 24.69 KB
Installation Count 129
Current Version 1.0
Last Updated 2021-04-20
Publish Date 2021-04-18
Rating 5.00/5 Total 1 Ratings
Developer albinoszeszjunior
Email [email protected]
Payment Type free
Extension Website https://inclusaoemfoco.com.br/math2text
Help Page URL https://inclusaoemfoco.com.br/math2text/contato
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math2Text",
    "version": "1.0",
    "description": "Converta express\u00f5es matem\u00e1ticas escritas em MathML em um texto alternativo, leg\u00edvel em um leitor de tela.",
    "permissions": [
        "activeTab",
        "",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/math2text.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "convertMath.js",
                "persistence.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.jpg",
        "images\/*.png"
    ],
    "manifest_version": 2
}