QuickTeX

Rapidly render LaTeX in the menu bar.

什麼是QuickTeX?

QuickTeX是由Arman Bhalla開發的Chrome擴展程式,該擴展的主要功能是“Rapidly render LaTeX in the menu bar.”。

擴展截圖

screenshot
screenshot
screenshot

下載QuickTeX擴展crx文件

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

擴展使用說明

                        Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images.

Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.                    

擴展基本資訊

名稱 QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
官方網址 https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
簡介 Rapidly render LaTeX in the menu bar.
檔案大小 1.55 MB
安裝次數 298
目前版本 1.4
更新時間 2019-03-08
上架時間 2019-03-08
評分 4.33/5 共 6 次評分
開發者 Arman Bhalla
電子郵箱 [email protected]
付費類型 free
擴展官網 https://techtide.github.io/
說明頁面URL https://techtide.github.io/
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickTeX",
    "version": "1.4",
    "description": "Rapidly render LaTeX in the menu bar.",
    "icons": {
        "32": "icons\/QT-32.png",
        "48": "icons\/QT-48.png",
        "96": "icons\/QT-96.png"
    },
    "browser_action": {
        "default_icon": "icons\/QT-96.png",
        "default_title": "QuickTeX",
        "default_popup": "popup\/window.html",
        "browser_style": true
    },
    "permissions": [
        "webRequest",
        "localStorage",
        "activeTabs"
    ]
}