ViewTeX

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

Co je ViewTeX?

ViewTeX je rozšíření Chrome vyvinuté Penn Hackers, a jeho hlavní funkcí je „View LaTeX files (.tex) directly in Chrome™!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ViewTeX

Stáhněte si soubory rozšíření ViewTeX ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ViewTeX ViewTeX
ID hndddfcnkkjfkjmhnofcalgjheifajac
Oficiální URL https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac
Popis View LaTeX files (.tex) directly in Chrome™!
Velikost souboru 501 KB
Počet instalací 544
Aktuální Verze 0.2.0
Poslední Aktualizace 2014-09-17
Datum Vydání 2014-09-16
Hodnocení 4.00/5 Celkem 6 Hodnocení
Vývojář Penn Hackers
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}