VK tex to image

Plugin inserts images instead of text tex formulas in vk

VK tex to imageคืออะไร?

VK tex to image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mihaild และคุณลักษณะหลักของมันคือ "Plugin inserts images instead of text tex formulas in vk"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VK tex to image

ดาวน์โหลดไฟล์ส่วนขยาย VK tex to image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VK tex to image VK tex to image
ID lklnkkeeolofpfjdoegdpgjcmbojfmod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vk-tex-to-image/lklnkkeeolofpfjdoegdpgjcmbojfmod
คำอธิบาย Plugin inserts images instead of text tex formulas in vk
ขนาดไฟล์ 38.69 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2012-09-09
วันที่เผยแพร่ 2012-09-09
ผู้พัฒนา mihaild
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}