VK tex to image

Plugin inserts images instead of text tex formulas in vk

什麼是VK tex to image?

VK tex to image是由mihaild開發的Chrome擴展程式,該擴展的主要功能是“Plugin inserts images instead of text tex formulas in vk”。

擴展截圖

screenshot

下載VK tex to image擴展crx文件

下載VK tex to image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 VK tex to image VK tex to image
ID lklnkkeeolofpfjdoegdpgjcmbojfmod
官方網址 https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod
簡介 Plugin inserts images instead of text tex formulas in vk
檔案大小 38.69 KB
安裝次數 33
目前版本 0.3
更新時間 2012-09-09
上架時間 2012-09-09
開發者 mihaild
付費類型 free
支援的語言 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
}