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…」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 Latex Copier
ID mcijdmkdolppghpjladekoagkgkhaenk
公式URL 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
Eメール [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"
}