VK tex to image

Plugin inserts images instead of text tex formulas in vk

ما هو VK tex to image؟

VK tex to image هو إضافة Chrome تم تطويرها بواسطة mihaild، والميزة الرئيسية لها هي "Plugin inserts images instead of text tex formulas in vk".

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

screenshot

تحميل ملف CRX للإضافة VK tex to image

قم بتنزيل ملفات الامتداد VK tex to image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This plugin replaces TeX formulas with images on vk.com pages.

Usage: put your formulas in \( \) and \[ \] for automatic replacing, or select text on page and use context menu for manual replacing.

Plugin based on Petr Kalinin's userscript (http://vk.com/wall12025501_4966), which uses MathJax.                    

معلومات أساسية عن التمديد

الاسم VK tex to image VK tex to image
ID lklnkkeeolofpfjdoegdpgjcmbojfmod
عنوان URL الرسمي https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod
الوصف Plugin inserts images instead of text tex formulas in vk
حجم الملف 38.69 KB
عدد التثبيتات 33
النسخة الحالية 0.3
آخر تحديث 2012-09-09
تاريخ النشر 2012-09-09
المطور mihaild
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Plugin inserts images instead of text tex formulas in vk",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/vk.com\/*"
    ],
    "name": "VK tex to image",
    "version": "0.3",
    "manifest_version": 2
}