VK tex to image

Plugin inserts images instead of text tex formulas in vk

Hvad er VK tex to image?

VK tex to image er en Chrome-udvidelse udviklet af mihaild, og dens hovedfunktion er "Plugin inserts images instead of text tex formulas in vk".

Udvidelsesskærmbilleder

screenshot

Download VK tex to image-udvidelses-CRX-fil

Download VK tex to image-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn VK tex to image VK tex to image
ID lklnkkeeolofpfjdoegdpgjcmbojfmod
Officiel URL https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod
Beskrivelse Plugin inserts images instead of text tex formulas in vk
Filstørrelse 38.69 KB
Antal Installationer 33
Nuværende Version 0.3
Senest Opdateret 2012-09-09
Udgivelsesdato 2012-09-09
Udvikler mihaild
Betalingsmetode free
Understøttede Sprog 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
}