Latex Copier
This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
Apa itu Latex Copier?
Latex Copier adalah ekstensi Chrome yang dikembangkan oleh Oz Kang, dan fitur utamanya adalah "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Latex Copier
Unduh file ekstensi Latex Copier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Latex Copier |
ID | mcijdmkdolppghpjladekoagkgkhaenk |
URL Resmi | https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk |
Deskripsi | This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This… |
Ukuran File | 1.07 MB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2022-12-13 |
Tanggal Publikasi | 2022-12-11 |
Pengembang | Oz Kang |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |