texditor
Easily type your math and get its LaTeX.
Cos'è texditor?
texditor è un'estensione di Chrome sviluppata da texditor, e la sua funzione principale è "Easily type your math and get its LaTeX.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione texditor
Scarica i file di estensione texditor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A chrome extension that lets you quickly type math and renders LaTeX.
Informazioni di Base sull'Estensione
Nome | texditor |
ID | eanjkjeaiipcjcbghbdcanibflbbaind |
URL Ufficiale | https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind |
Descrizione | Easily type your math and get its LaTeX. |
Dimensione del File | 112 KB |
Conteggio Installazioni | 277 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2017-07-26 |
Data di Pubblicazione | 2017-07-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | texditor |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chrisboo/texditor |
URL della Pagina di Aiuto | https://github.com/chrisboo/texditor/issues |
Lingue Supportate | 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\/" ] } |