LaTeX Copy-Paste

Copy & Paste LaTeX: Seamless formula transfer

What is LaTeX Copy-Paste?

LaTeX Copy-Paste is a Chrome extension developed by SSS, and its main feature is "Copy & Paste LaTeX: Seamless formula transfer".

Extension Screenshots

screenshot
screenshot

Download LaTeX Copy-Paste Extension CRX File

Download LaTeX Copy-Paste extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name LaTeX Copy-Paste LaTeX Copy-Paste
ID ifccgcphojiocdnpibgdolmbhnjccaoh
Official URL https://chromewebstore.google.com/detail/latex-copy-paste/ifccgcphojiocdnpibgdolmbhnjccaoh
Description Copy & Paste LaTeX: Seamless formula transfer
File Size 72.54 KB
Installation Count 413
Current Version 0.1.6
Last Updated 2023-11-12
Publish Date 2023-08-01
Rating 4.25/5 Total 4 Ratings
Developer SSS
Email [email protected]
Payment Type free
Privacy Policy Page URL https://templ.vercel.app
Supported Languages 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
        }
    ]
}