texditor

Easily type your math and get its LaTeX.

texditor क्या है?

texditor texditor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily type your math and get its LaTeX."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में texditor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम texditor texditor
ID eanjkjeaiipcjcbghbdcanibflbbaind
आधिकारिक URL https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind
विवरण Easily type your math and get its LaTeX.
फ़ाइल का आकार 112 KB
स्थापना संख्या 277
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2017-07-26
प्रकाशन तिथि 2017-07-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर texditor
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/chrisboo/texditor
सहायता पृष्ठ URL https://github.com/chrisboo/texditor/issues
समर्थित भाषाएँ 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\/"
    ]
}