VK tex to image

Plugin inserts images instead of text tex formulas in vk

Qu'est-ce que VK tex to image ?

VK tex to image est une extension Chrome développée par mihaild, et sa fonction principale est "Plugin inserts images instead of text tex formulas in vk".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VK tex to image

Téléchargez les fichiers d'extension VK tex to image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VK tex to image VK tex to image
ID lklnkkeeolofpfjdoegdpgjcmbojfmod
URL Officiel https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod
Description Plugin inserts images instead of text tex formulas in vk
Taille du Fichier 38.69 KB
Nombre d'Installations 33
Version Actuelle 0.3
Dernière Mise à Jour 2012-09-09
Date de Publication 2012-09-09
Développeur mihaild
Type de Paiement free
Langues Prises en Charge 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
}