Latex Copier
This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
O que é Latex Copier?
Latex Copier é uma extensão do Chrome desenvolvida por Oz Kang, e sua principal característica é "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Latex Copier
Baixe arquivos de extensão Latex Copier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Latex Copier |
ID | mcijdmkdolppghpjladekoagkgkhaenk |
URL Oficial | https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk |
Descrição | This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This… |
Tamanho do Arquivo | 1.07 MB |
Contagem de Instalações | 91 |
Versão Atual | 1.1.2 |
Última Atualização | 2022-12-13 |
Data de Publicação | 2022-12-11 |
Desenvolvedor | Oz Kang |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |