VK tex to image

Plugin inserts images instead of text tex formulas in vk

Co to jest VK tex to image?

VK tex to image to rozszerzenie Chrome opracowane przez mihaild, a jego główną funkcją jest „Plugin inserts images instead of text tex formulas in vk”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VK tex to image

Pobierz pliki rozszerzeń VK tex to image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VK tex to image VK tex to image
ID lklnkkeeolofpfjdoegdpgjcmbojfmod
Oficjalny URL https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod
Opis Plugin inserts images instead of text tex formulas in vk
Rozmiar pliku 38.69 KB
Liczba instalacji 33
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2012-09-09
Data Publikacji 2012-09-09
Deweloper mihaild
Typ Płatności free
Obsługiwane Języki 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
}