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
官方URL 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"
    ]
}