ViewTeX

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

ما هو ViewTeX؟

ViewTeX هو إضافة Chrome تم تطويرها بواسطة Penn Hackers، والميزة الرئيسية لها هي "View LaTeX files (.tex) directly in Chrome™!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ViewTeX

قم بتنزيل ملفات الامتداد ViewTeX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}