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
公式URL 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
}