ViewTeX

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

ViewTeX क्या है?

ViewTeX Penn Hackers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View LaTeX files (.tex) directly in Chrome™!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ViewTeX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}