Unicode Math With LaTeX

Replace LaTeX to unicode math symbols

Unicode Math With LaTeX là gì?

Unicode Math With LaTeX là một tiện ích mở rộng Chrome được phát triển bởi boris.pristupa, và tính năng chính của nó là "Replace LaTeX to unicode math symbols".

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

screenshot

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

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

                        Replaces LaTeX symbols you write to Unicode symbols. To use it, write some LaTeX (e.g. \alpha_1 \to +\infty), select it and hit Ctrl+Space. The example above becomes α₁ → +∞.

Primary target is VK.com, so it might not be stable on some other sites. You may try it on https://translate.yandex.ru/ (just put the example text from above to a translation field there, select the text and hit Ctrl+Space).                    

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

Tên Unicode Math With LaTeX Unicode Math With LaTeX
ID ibkgdciabanomodabiacaaidadoehgkd
URL Chính Thức https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd
Mô tả Replace LaTeX to unicode math symbols
Kích Thước Tệp 33.5 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-04-15
Ngày Phát Hành 2021-04-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển boris.pristupa
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unicode Math With LaTeX",
    "description": "Replace LaTeX to unicode math symbols",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": []
}