QuickTeX
Rapidly render LaTeX in the menu bar.
QuickTeXとは何ですか?
QuickTeXはArman Bhallaによって開発されたChromeの拡張機能で、その主な機能は「Rapidly render LaTeX in the menu bar.」です。
拡張機能のスクリーンショット
QuickTeX拡張機能のCRXファイルをダウンロード
QuickTeX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images. Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.
拡張機能の基本情報
名前 | QuickTeX |
ID | ailhlhfmlaelnmdebpekgnnblfedpnib |
公式URL | https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib |
説明 | Rapidly render LaTeX in the menu bar. |
ファイルサイズ | 1.55 MB |
インストール数 | 298 |
現在のバージョン | 1.4 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Arman Bhalla |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://techtide.github.io/ |
ヘルプページのURL | https://techtide.github.io/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickTeX", "version": "1.4", "description": "Rapidly render LaTeX in the menu bar.", "icons": { "32": "icons\/QT-32.png", "48": "icons\/QT-48.png", "96": "icons\/QT-96.png" }, "browser_action": { "default_icon": "icons\/QT-96.png", "default_title": "QuickTeX", "default_popup": "popup\/window.html", "browser_style": true }, "permissions": [ "webRequest", "localStorage", "activeTabs" ] } |