TeX to Unicode
Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
TeX to Unicodeとは何ですか?
TeX to Unicodeはhttps://golopot.github.io/tex-to-unicodeによって開発されたChromeの拡張機能で、その主な機能は「Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.」です。
拡張機能のスクリーンショット
TeX to Unicode拡張機能のCRXファイルをダウンロード
TeX to Unicode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convert TeX math symbols to Unicode in browser inputs. Select TeX and press Alt + W (Control + W for Mac). 拡張機能の基本情報
| 名前 | |
| ID | kdojinhjlhbmmbfogccabogomjpjijif |
| 公式URL | https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif |
| 説明 | Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs. |
| ファイルサイズ | 73.66 KB |
| インストール数 | 4,541 |
| 現在のバージョン | 1.6.3 |
| 最終更新日 | 2023-08-09 |
| 公開日 | 2019-11-22 |
| 評価 | 4.50/5 合計 14 レビュー |
| 開発者 | https://golopot.github.io/tex-to-unicode |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://golopot.github.io/tex-to-unicode/ |
| ヘルプページのURL | https://github.com/golopot/tex-to-unicode |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.6.3",
"name": "TeX to Unicode",
"description": "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.",
"action": {
"default_title": "TeX to Unicode",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"convert": {
"suggested_key": {
"default": "Alt+W",
"mac": "MacCtrl+W"
},
"description": "Convert selected TeX to unicode."
}
},
"icons": {
"48": "\/assets\/icon48.png",
"128": "\/assets\/icon128.png"
},
"permissions": [
"activeTab",
"storage",
"scripting"
]
} | |