QuickLaTex

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

What is QuickLaTex?

QuickLaTex is a Chrome extension developed by Unknown, and its main feature is "Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…".

Extension Screenshots

screenshot

Download QuickLaTex Extension CRX File

Download QuickLaTex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name QuickLaTex QuickLaTex
ID phancnbmppjgodggfbjccodoepcbdghj
Official URL https://chromewebstore.google.com/detail/quicklatex/phancnbmppjgodggfbjccodoepcbdghj
Description Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…
File Size 597 KB
Installation Count 801
Current Version 1.0
Last Updated 2018-07-30
Publish Date 2018-07-29
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/amar-b/QuickLaTex
Supported Languages 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"
}