VK tex to image
Plugin inserts images instead of text tex formulas in vk
Vad är VK tex to image?
VK tex to image är en Chrome-tillägg utvecklad av mihaild, och dess huvudfunktion är "Plugin inserts images instead of text tex formulas in vk".
Tilläggsskärmbilder
Ladda ner VK tex to image-förlängningens CRX-fil
Ladda ner VK tex to image-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lklnkkeeolofpfjdoegdpgjcmbojfmod |
| Officiell webbadress | https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod |
| Beskrivning | Plugin inserts images instead of text tex formulas in vk |
| Filstorlek | 38.69 KB |
| Antal Installationer | 33 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2012-09-09 |
| Publiceringsdatum | 2012-09-09 |
| Utvecklare | mihaild |
| Betalningssätt | free |
| Stödda Språk | 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
} | |