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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}