ViewTeX

View LaTeX files (.tex) directly in Chrome™!

什么是ViewTeX?

ViewTeX是由Penn Hackers开发的Chrome扩展程序,该扩展的主要功能是“View LaTeX files (.tex) directly in Chrome™!”。

扩展截图

screenshot

下载ViewTeX扩展crx文件

下载ViewTeX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        View LaTeX files (.tex) directly in Chrome™! The LaTeX file opens up in the left pane, and the rendered PDF opens in the right pane.

Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

扩展基本信息

名称 ViewTeX ViewTeX
ID hndddfcnkkjfkjmhnofcalgjheifajac
官方URL https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac
简介 View LaTeX files (.tex) directly in Chrome™!
文件大小 501 KB
安装次数 544
当前版本 0.2.0
更新时间 2014-09-17
上架时间 2014-09-16
评分 4.00/5 共6次评分
开发者 Penn Hackers
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ViewTeX",
    "version": "0.2.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "description": "View LaTeX files (.tex) directly in Chrome\u2122!",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.tex"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}