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 |
官方網址 | 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 |
電子郵箱 | [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": [] } |