VK tex to image

Plugin inserts images instead of text tex formulas in vk

¿Qué es VK tex to image?

VK tex to image es una extensión de Chrome desarrollada por mihaild, y su función principal es "Plugin inserts images instead of text tex formulas in vk".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión VK tex to image

Descarga archivos de extensión VK tex to image en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre VK tex to image VK tex to image
ID lklnkkeeolofpfjdoegdpgjcmbojfmod
URL Oficial https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod
Descripción Plugin inserts images instead of text tex formulas in vk
Tamaño del Archivo 38.69 KB
Cantidad de Instalaciones 33
Versión Actual 0.3
Última Actualización 2012-09-09
Fecha de Publicación 2012-09-09
Desarrollador mihaild
Tipo de Pago free
Idiomas Soportados 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
}