LaTeX Editor

A lite, free & flexible LaTeX editor app for your browser.

Τι είναι το LaTeX Editor;

Το LaTeX Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Keller, και η κύρια λειτουργία του είναι "A lite, free & flexible LaTeX editor app for your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LaTeX Editor

Λήψη αρχείων επέκτασης LaTeX Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        LaTex Editor is a lite and free latex editor extension for your browser.

With this add-on, you can open any ".tex" file and edit the code via the built-in editor. Moreover, you can compile the code and see the rendered document (HTML5) within the app (bottom section). Currently, the latex compiler only works for basic latex commands. For complex documents, you need to install a native latex application. Once a latex code is compiled you can click on the print button to print the document to .pdf format (via the print UI).

Note #1: this app uses CodeMirror (https://codemirror.net/) and LaTeX.js (https://github.com/michael-brade/LaTeX.js) open-source JavaScript libraries.

Note #2 : you don't need to adjust any settings for this add-on, simply open any latex document and start working on it right away.

To report bugs, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/latex-editor.html).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LaTeX Editor LaTeX Editor
ID jjbmkdcafifjgaakgpbnhgpjngegpmap
Επίσημο URL https://chromewebstore.google.com/detail/latex-editor/jjbmkdcafifjgaakgpbnhgpjngegpmap
Περιγραφή A lite, free & flexible LaTeX editor app for your browser.
Μέγεθος Αρχείου 7.66 MB
Αριθμός Εγκαταστάσεων 12,905
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2022-03-11
Ημερομηνία Δημοσίευσης 2019-12-18
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Keller
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/latex-editor.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/latex-editor.html
URL της Σελίδας Πολιτικής Απορρήτου https://mybrowseraddon.com/privacy-policy/keller.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "LaTeX Editor",
    "offline_enabled": true,
    "short_name": "latex-editor",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/latex-editor.html",
    "description": "A lite, free & flexible LaTeX editor app for your browser.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "LaTeX Editor",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}