texditor

Easily type your math and get its LaTeX.

Apa itu texditor?

texditor adalah ekstensi Chrome yang dikembangkan oleh texditor, dan fitur utamanya adalah "Easily type your math and get its LaTeX.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi texditor

Unduh file ekstensi texditor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama texditor texditor
ID eanjkjeaiipcjcbghbdcanibflbbaind
URL Resmi https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind
Deskripsi Easily type your math and get its LaTeX.
Ukuran File 112 KB
Jumlah Instalasi 277
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2017-07-26
Tanggal Publikasi 2017-07-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang texditor
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/chrisboo/texditor
URL Halaman Bantuan https://github.com/chrisboo/texditor/issues
Bahasa yang Didukung 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\/"
    ]
}