VK tex to image
Plugin inserts images instead of text tex formulas in vk
Wat is VK tex to image?
VK tex to image is een Chrome-extensie ontwikkeld door mihaild, en de belangrijkste functie is "Plugin inserts images instead of text tex formulas in vk".
Extensie Screenshots
Download het CRX-bestand van de extensie VK tex to image
Download VK tex to image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lklnkkeeolofpfjdoegdpgjcmbojfmod |
| Officiële URL | https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod |
| Beschrijving | Plugin inserts images instead of text tex formulas in vk |
| Bestandsgrootte | 38.69 KB |
| Aantal Installaties | 33 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2012-09-09 |
| Publicatiedatum | 2012-09-09 |
| Ontwikkelaar | mihaild |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |