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”。
扩展截图
下载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 |
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 } |