VK tex to image
Plugin inserts images instead of text tex formulas in vk
What is VK tex to image?
VK tex to image is a Chrome extension developed by mihaild, and its main feature is "Plugin inserts images instead of text tex formulas in vk".
Extension Screenshots
Download VK tex to image Extension CRX File
Download VK tex to image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VK tex to image |
ID | lklnkkeeolofpfjdoegdpgjcmbojfmod |
Official URL | https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod |
Description | Plugin inserts images instead of text tex formulas in vk |
File Size | 38.69 KB |
Installation Count | 33 |
Current Version | 0.3 |
Last Updated | 2012-09-09 |
Publish Date | 2012-09-09 |
Developer | mihaild |
Payment Type | free |
Supported Languages | 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 } |