ViewTeX

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

Apa itu ViewTeX?

ViewTeX adalah ekstensi Chrome yang dikembangkan oleh Penn Hackers, dan fitur utamanya adalah "View LaTeX files (.tex) directly in Chrome™!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ViewTeX

Unduh file ekstensi ViewTeX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ViewTeX ViewTeX
ID hndddfcnkkjfkjmhnofcalgjheifajac
URL Resmi https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac
Deskripsi View LaTeX files (.tex) directly in Chrome™!
Ukuran File 501 KB
Jumlah Instalasi 544
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2014-09-17
Tanggal Publikasi 2014-09-16
Penilaian 4.00/5 Total 6 Penilaian
Pengembang Penn Hackers
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}