ViewTeX
View LaTeX files (.tex) directly in Chrome™!
ViewTeXとは何ですか?
ViewTeXはPenn Hackersによって開発されたChromeの拡張機能で、その主な機能は「View LaTeX files (.tex) directly in Chrome™!」です。
拡張機能のスクリーンショット
ViewTeX拡張機能のCRXファイルをダウンロード
ViewTeX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View LaTeX files (.tex) directly in Chrome™! The LaTeX file opens up in the left pane, and the rendered PDF opens in the right pane. Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
拡張機能の基本情報
名前 | ViewTeX |
ID | hndddfcnkkjfkjmhnofcalgjheifajac |
公式URL | https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac |
説明 | View LaTeX files (.tex) directly in Chrome™! |
ファイルサイズ | 501 KB |
インストール数 | 544 |
現在のバージョン | 0.2.0 |
最終更新日 | 2014-09-17 |
公開日 | 2014-09-16 |
評価 | 4.00/5 合計 6 レビュー |
開発者 | Penn Hackers |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ViewTeX", "version": "0.2.0", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "128": "img\/icon128.png" }, "description": "View LaTeX files (.tex) directly in Chrome\u2122!", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*.tex" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |