QuickLaTex

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

什麼是QuickLaTex?

QuickLaTex是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…”。

擴展截圖

screenshot

下載QuickLaTex擴展crx文件

下載QuickLaTex擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 QuickLaTex QuickLaTex
ID phancnbmppjgodggfbjccodoepcbdghj
官方網址 https://chromewebstore.google.com/detail/quicklatex/phancnbmppjgodggfbjccodoepcbdghj
簡介 Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…
檔案大小 597 KB
安裝次數 801
目前版本 1.0
更新時間 2018-07-30
上架時間 2018-07-29
評分 5.00/5 共 1 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/amar-b/QuickLaTex
支援的語言 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"
}