QuickLaTex
Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…
QuickLaTexとは何ですか?
QuickLaTexはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly…」です。
拡張機能のスクリーンショット
QuickLaTex拡張機能のCRXファイルをダウンロード
QuickLaTex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly inserting common symbols such as greek letters and operators. 拡張機能の基本情報
| 名前 | |
| ID | phancnbmppjgodggfbjccodoepcbdghj |
| 公式URL | https://chromewebstore.google.com/detail/quicklatex/phancnbmppjgodggfbjccodoepcbdghj |
| 説明 | Editor for quickly writing mathematical equations using the LaTex syntax. Also included is a symbols keyboard for quickly… |
| ファイルサイズ | 597 KB |
| インストール数 | 801 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-07-30 |
| 公開日 | 2018-07-29 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/amar-b/QuickLaTex |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "QuickLaTex",
"name": "QuickLaTex",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_title": "LaTex Quick Editor"
},
"icons": {
"16": "images\/calc16.png",
"48": "images\/calc48.png",
"128": "images\/calc128.png"
},
"permissions": [
"storage"
],
"background": {
"page": "bg.html"
},
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
"version": "1.0"
} | |