QuickTeX

Rapidly render LaTeX in the menu bar.

QuickTeXคืออะไร?

QuickTeX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arman Bhalla และคุณลักษณะหลักของมันคือ "Rapidly render LaTeX in the menu bar."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuickTeX

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

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

                        Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images.

Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.                    

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

ชื่อ QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
คำอธิบาย Rapidly render LaTeX in the menu bar.
ขนาดไฟล์ 1.55 MB
จำนวนการติดตั้ง 298
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Arman Bhalla
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://techtide.github.io/
URL หน้าช่วยเหลือ https://techtide.github.io/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickTeX",
    "version": "1.4",
    "description": "Rapidly render LaTeX in the menu bar.",
    "icons": {
        "32": "icons\/QT-32.png",
        "48": "icons\/QT-48.png",
        "96": "icons\/QT-96.png"
    },
    "browser_action": {
        "default_icon": "icons\/QT-96.png",
        "default_title": "QuickTeX",
        "default_popup": "popup\/window.html",
        "browser_style": true
    },
    "permissions": [
        "webRequest",
        "localStorage",
        "activeTabs"
    ]
}