LaTeX Copy-Paste

Copy & Paste LaTeX: Seamless formula transfer

Cos'è LaTeX Copy-Paste?

LaTeX Copy-Paste è un'estensione di Chrome sviluppata da SSS, e la sua funzione principale è "Copy & Paste LaTeX: Seamless formula transfer".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LaTeX Copy-Paste

Scarica i file di estensione LaTeX Copy-Paste in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LaTeX Copy-Paste LaTeX Copy-Paste
ID ifccgcphojiocdnpibgdolmbhnjccaoh
URL Ufficiale https://chromewebstore.google.com/detail/latex-copy-paste/ifccgcphojiocdnpibgdolmbhnjccaoh
Descrizione Copy & Paste LaTeX: Seamless formula transfer
Dimensione del File 72.54 KB
Conteggio Installazioni 413
Versione Corrente 0.1.6
Ultimo Aggiornamento 2023-11-12
Data di Pubblicazione 2023-08-01
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore SSS
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://templ.vercel.app
Lingue Supportate 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
        }
    ]
}