Latex Copier

This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…

Latex Copier là gì?

Latex Copier là một tiện ích mở rộng Chrome được phát triển bởi Oz Kang, và tính năng chính của nó là "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Latex Copier 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 Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX.

This allows you to insert expressions using LaTeX in editors that do not support LaTeX but can insert images.                    

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

Tên Latex Copier Latex Copier
ID mcijdmkdolppghpjladekoagkgkhaenk
URL Chính Thức https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk
Mô tả This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-12-13
Ngày Phát Hành 2022-12-11
Nhà Phát Triển Oz Kang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Latex Copier",
    "offline_enabled": true,
    "version": "1.1.2"
}