texditor
Easily type your math and get its LaTeX.
texditorとは何ですか?
texditorはtexditorによって開発されたChromeの拡張機能で、その主な機能は「Easily type your math and get its LaTeX.」です。
拡張機能のスクリーンショット
texditor拡張機能のCRXファイルをダウンロード
texditor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension that lets you quickly type math and renders LaTeX. 拡張機能の基本情報
| 名前 | |
| ID | eanjkjeaiipcjcbghbdcanibflbbaind |
| 公式URL | https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind |
| 説明 | Easily type your math and get its LaTeX. |
| ファイルサイズ | 112 KB |
| インストール数 | 277 |
| 現在のバージョン | 0.0.0.3 |
| 最終更新日 | 2017-07-26 |
| 公開日 | 2017-07-25 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | texditor |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/chrisboo/texditor |
| ヘルプページのURL | https://github.com/chrisboo/texditor/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "texditor",
"description": "Easily type your math and get its LaTeX.",
"version": "0.0.0.3",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |