texditor

Easily type your math and get its LaTeX.

O que é texditor?

texditor é uma extensão do Chrome desenvolvida por texditor, e sua principal característica é "Easily type your math and get its LaTeX.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão texditor

Baixe arquivos de extensão texditor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        A chrome extension that lets you quickly type math and renders LaTeX.                    

Informações Básicas da Extensão

Nome texditor texditor
ID eanjkjeaiipcjcbghbdcanibflbbaind
URL Oficial https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind
Descrição Easily type your math and get its LaTeX.
Tamanho do Arquivo 112 KB
Contagem de Instalações 277
Versão Atual 0.0.0.3
Última Atualização 2017-07-26
Data de Publicação 2017-07-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor texditor
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/chrisboo/texditor
URL da Página de Ajuda https://github.com/chrisboo/texditor/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "texditor",
    "description": "Easily type your math and get its LaTeX.",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}