VK tex to image
Plugin inserts images instead of text tex formulas in vk
Was ist VK tex to image?
VK tex to image ist eine Chrome-Erweiterung, die von mihaild entwickelt wurde, und ihr Hauptmerkmal ist "Plugin inserts images instead of text tex formulas in vk".
Erweiterungsscreenshots
VK tex to image-Erweiterungs-CRX-Datei herunterladen
Laden Sie VK tex to image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lklnkkeeolofpfjdoegdpgjcmbojfmod |
| Offizielle URL | https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod |
| Beschreibung | Plugin inserts images instead of text tex formulas in vk |
| Dateigröße | 38.69 KB |
| Installationsanzahl | 33 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2012-09-09 |
| Veröffentlichungsdatum | 2012-09-09 |
| Entwickler | mihaild |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |