VK tex to image
Plugin inserts images instead of text tex formulas in vk
VK tex to image là gì?
VK tex to image là một tiện ích mở rộng Chrome được phát triển bởi mihaild, và tính năng chính của nó là "Plugin inserts images instead of text tex formulas in vk".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VK tex to image
Tải xuống các tệp mở rộng VK tex to image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VK tex to image |
ID | lklnkkeeolofpfjdoegdpgjcmbojfmod |
URL Chính Thức | https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod |
Mô tả | Plugin inserts images instead of text tex formulas in vk |
Kích Thước Tệp | 38.69 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2012-09-09 |
Ngày Phát Hành | 2012-09-09 |
Nhà Phát Triển | mihaild |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |