VK tex to image
Plugin inserts images instead of text tex formulas in vk
Cos'è VK tex to image?
VK tex to image è un'estensione di Chrome sviluppata da mihaild, e la sua funzione principale è "Plugin inserts images instead of text tex formulas in vk".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VK tex to image
Scarica i file di estensione VK tex to image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | VK tex to image |
ID | lklnkkeeolofpfjdoegdpgjcmbojfmod |
URL Ufficiale | https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod |
Descrizione | Plugin inserts images instead of text tex formulas in vk |
Dimensione del File | 38.69 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2012-09-09 |
Data di Pubblicazione | 2012-09-09 |
Sviluppatore | mihaild |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |