Latex Copier

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

Cos'è Latex Copier?

Latex Copier è un'estensione di Chrome sviluppata da Oz Kang, e la sua funzione principale è "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Latex Copier

Scarica i file di estensione Latex Copier 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Latex Copier Latex Copier
ID mcijdmkdolppghpjladekoagkgkhaenk
URL Ufficiale https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk
Descrizione This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
Dimensione del File 1.07 MB
Conteggio Installazioni 91
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-12-13
Data di Pubblicazione 2022-12-11
Sviluppatore Oz Kang
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}