Latex Copier

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

Vad är Latex Copier?

Latex Copier är en Chrome-tillägg utvecklad av Oz Kang, och dess huvudfunktion är "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Latex Copier-förlängningens CRX-fil

Ladda ner Latex Copier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Latex Copier Latex Copier
ID mcijdmkdolppghpjladekoagkgkhaenk
Officiell webbadress https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk
Beskrivning This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
Filstorlek 1.07 MB
Antal Installationer 91
Aktuell Version 1.1.2
Senast Uppdaterad 2022-12-13
Publiceringsdatum 2022-12-11
Utvecklare Oz Kang
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}