Latex Copier
This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
什麼是Latex Copier?
Latex Copier是由Oz Kang開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…”。
擴展截圖
下載Latex Copier擴展crx文件
下載Latex Copier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Latex Copier |
ID | mcijdmkdolppghpjladekoagkgkhaenk |
官方網址 | https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk |
簡介 | This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This… |
檔案大小 | 1.07 MB |
安裝次數 | 91 |
目前版本 | 1.1.2 |
更新時間 | 2022-12-13 |
上架時間 | 2022-12-11 |
開發者 | Oz Kang |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |