QuickTeX

Rapidly render LaTeX in the menu bar.

QuickTeX là gì?

QuickTeX là một tiện ích mở rộng Chrome được phát triển bởi Arman Bhalla, và tính năng chính của nó là "Rapidly render LaTeX in the menu bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuickTeX

Tải xuống các tệp mở rộng QuickTeX 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuickTeX QuickTeX
ID ailhlhfmlaelnmdebpekgnnblfedpnib
URL Chính Thức https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib
Mô tả Rapidly render LaTeX in the menu bar.
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Arman Bhalla
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://techtide.github.io/
URL Trang Trợ Giúp https://techtide.github.io/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}