Unicode Math With LaTeX
Replace LaTeX to unicode math symbols
Unicode Math With LaTeXとは何ですか?
Unicode Math With LaTeXはboris.pristupaによって開発されたChromeの拡張機能で、その主な機能は「Replace LaTeX to unicode math symbols」です。
拡張機能のスクリーンショット
Unicode Math With LaTeX拡張機能のCRXファイルをダウンロード
Unicode Math With LaTeX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces LaTeX symbols you write to Unicode symbols. To use it, write some LaTeX (e.g. \alpha_1 \to +\infty), select it and hit Ctrl+Space. The example above becomes α₁ → +∞. Primary target is VK.com, so it might not be stable on some other sites. You may try it on https://translate.yandex.ru/ (just put the example text from above to a translation field there, select the text and hit Ctrl+Space).
拡張機能の基本情報
名前 | Unicode Math With LaTeX |
ID | ibkgdciabanomodabiacaaidadoehgkd |
公式URL | https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd |
説明 | Replace LaTeX to unicode math symbols |
ファイルサイズ | 33.5 KB |
インストール数 | 98 |
現在のバージョン | 1.0 |
最終更新日 | 2021-04-15 |
公開日 | 2021-04-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | boris.pristupa |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unicode Math With LaTeX", "description": "Replace LaTeX to unicode math symbols", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [] } |