texditor

Easily type your math and get its LaTeX.

Hvad er texditor?

texditor er en Chrome-udvidelse udviklet af texditor, og dens hovedfunktion er "Easily type your math and get its LaTeX.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download texditor-udvidelses-CRX-fil

Download texditor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn texditor texditor
ID eanjkjeaiipcjcbghbdcanibflbbaind
Officiel URL https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind
Beskrivelse Easily type your math and get its LaTeX.
Filstørrelse 112 KB
Antal Installationer 277
Nuværende Version 0.0.0.3
Senest Opdateret 2017-07-26
Udgivelsesdato 2017-07-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler texditor
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/chrisboo/texditor
Hjælpeside-URL https://github.com/chrisboo/texditor/issues
Understøttede Sprog 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\/"
    ]
}