Latex Copier

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

What is Latex Copier?

Latex Copier is a Chrome extension developed by Oz Kang, and its main feature is "This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…".

Extension Screenshots

screenshot
screenshot

Download Latex Copier Extension CRX File

Download Latex Copier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Latex Copier Latex Copier
ID mcijdmkdolppghpjladekoagkgkhaenk
Official URL https://chromewebstore.google.com/detail/latex-copier/mcijdmkdolppghpjladekoagkgkhaenk
Description This Chrome extension copies the expression to the clipboard when you click on the previewed expression after typing LaTeX. This…
File Size 1.07 MB
Installation Count 91
Current Version 1.1.2
Last Updated 2022-12-13
Publish Date 2022-12-11
Developer Oz Kang
Email [email protected]
Payment Type free
Supported Languages 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"
}