Latex Copier

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

Co to jest Latex Copier?

Latex Copier to rozszerzenie Chrome opracowane przez Oz Kang, a jego główną funkcją jest „This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Latex Copier

Pobierz pliki rozszerzeń Latex Copier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Latex Copier Latex Copier
ID mcijdmkdolppghpjladekoagkgkhaenk
Oficjalny URL https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk
Opis This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
Rozmiar pliku 1.07 MB
Liczba instalacji 91
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2022-12-13
Data Publikacji 2022-12-11
Deweloper Oz Kang
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}