texditor

Easily type your math and get its LaTeX.

Vad är texditor?

texditor är en Chrome-tillägg utvecklad av texditor, och dess huvudfunktion är "Easily type your math and get its LaTeX.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner texditor-förlängningens CRX-fil

Ladda ner texditor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn texditor texditor
ID eanjkjeaiipcjcbghbdcanibflbbaind
Officiell webbadress https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind
Beskrivning Easily type your math and get its LaTeX.
Filstorlek 112 KB
Antal Installationer 277
Aktuell Version 0.0.0.3
Senast Uppdaterad 2017-07-26
Publiceringsdatum 2017-07-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare texditor
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/chrisboo/texditor
Hjälpsida URL https://github.com/chrisboo/texditor/issues
Stödda Språk 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\/"
    ]
}