texditor

Easily type your math and get its LaTeX.

Wat is texditor?

texditor is een Chrome-extensie ontwikkeld door texditor, en de belangrijkste functie is "Easily type your math and get its LaTeX.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie texditor

Download texditor-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

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

Basisinformatie over de Extensie

Naam texditor texditor
ID eanjkjeaiipcjcbghbdcanibflbbaind
Officiële URL https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind
Beschrijving Easily type your math and get its LaTeX.
Bestandsgrootte 112 KB
Aantal Installaties 277
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2017-07-26
Publicatiedatum 2017-07-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar texditor
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/chrisboo/texditor
Help Pagina-URL https://github.com/chrisboo/texditor/issues
Ondersteunde Talen 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\/"
    ]
}