ViewTeX

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

ViewTeX là gì?

ViewTeX là một tiện ích mở rộng Chrome được phát triển bởi Penn Hackers, và tính năng chính của nó là "View LaTeX files (.tex) directly in Chrome™!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ViewTeX

Tải xuống các tệp mở rộng ViewTeX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ViewTeX ViewTeX
ID hndddfcnkkjfkjmhnofcalgjheifajac
URL Chính Thức https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac
Mô tả View LaTeX files (.tex) directly in Chrome™!
Kích Thước Tệp 501 KB
Số Lần Cài Đặt 544
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2014-09-17
Ngày Phát Hành 2014-09-16
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Penn Hackers
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}