QuickLaTex

Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…

Co to jest QuickLaTex?

QuickLaTex to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia QuickLaTex

Pobierz pliki rozszerzeń QuickLaTex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Editor for quickly writing mathematical equations using the LaTex syntax.   Also included is a symbols keyboard for quickly inserting common symbols such as greek letters and operators.                    

Podstawowe informacje o rozszerzeniu

Nazwa QuickLaTex QuickLaTex
ID phancnbmppjgodggfbjccodoepcbdghj
Oficjalny URL https://chromewebstore.google.com/detail/quicklatex/phancnbmppjgodggfbjccodoepcbdghj
Opis Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…
Rozmiar pliku 597 KB
Liczba instalacji 801
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-07-30
Data Publikacji 2018-07-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/amar-b/QuickLaTex
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "QuickLaTex",
    "name": "QuickLaTex",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "LaTex Quick Editor"
    },
    "icons": {
        "16": "images\/calc16.png",
        "48": "images\/calc48.png",
        "128": "images\/calc128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "bg.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "version": "1.0"
}