VK tex to image

Plugin inserts images instead of text tex formulas in vk

VK tex to image क्या है?

VK tex to image mihaild द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plugin inserts images instead of text tex formulas in vk"।

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

screenshot

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

crx प्रारूप में VK tex to image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}