LaTeX Copy-Paste

Copy & Paste LaTeX: Seamless formula transfer

LaTeX Copy-Paste là gì?

LaTeX Copy-Paste là một tiện ích mở rộng Chrome được phát triển bởi SSS, và tính năng chính của nó là "Copy & Paste LaTeX: Seamless formula transfer".

Ả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 Copy-Paste

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

                        Copy LaTeX from webpage and paste to anywhere 

I would like to get your feedback on this product, please contact https://t.me/zp_mh                    

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

Tên LaTeX Copy-Paste LaTeX Copy-Paste
ID ifccgcphojiocdnpibgdolmbhnjccaoh
URL Chính Thức https://chromewebstore.google.com/detail/latex-copy-paste/ifccgcphojiocdnpibgdolmbhnjccaoh
Mô tả Copy & Paste LaTeX: Seamless formula transfer
Kích Thước Tệp 72.54 KB
Số Lần Cài Đặt 413
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2023-11-12
Ngày Phát Hành 2023-08-01
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển SSS
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://templ.vercel.app
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LaTeX  Copy-Paste",
    "version": "0.1.6",
    "manifest_version": 3,
    "description": "Copy & Paste LaTeX: Seamless formula transfer",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/index.js-loader-da3337ed.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "all_frames": false,
            "css": [
                "assets\/index-cc075105.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/clipboard-polyfill.es6-ca7c5cb5.js",
                "assets\/bundle.min-d3c09a3c.js",
                "assets\/index.js-f32d40b6.js"
            ],
            "use_dynamic_url": true
        }
    ]
}