VK tex to image

Plugin inserts images instead of text tex formulas in vk

Apa itu VK tex to image?

VK tex to image adalah ekstensi Chrome yang dikembangkan oleh mihaild, dan fitur utamanya adalah "Plugin inserts images instead of text tex formulas in vk".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VK tex to image

Unduh file ekstensi VK tex to image dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VK tex to image VK tex to image
ID lklnkkeeolofpfjdoegdpgjcmbojfmod
URL Resmi https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod
Deskripsi Plugin inserts images instead of text tex formulas in vk
Ukuran File 38.69 KB
Jumlah Instalasi 33
Versi Saat Ini 0.3
Terakhir Diperbarui 2012-09-09
Tanggal Publikasi 2012-09-09
Pengembang mihaild
Tipe Pembayaran free
Bahasa yang Didukung 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
}