ViewTeX
View LaTeX files (.tex) directly in Chrome™!
What is ViewTeX?
ViewTeX is a Chrome extension developed by Penn Hackers, and its main feature is "View LaTeX files (.tex) directly in Chrome™!".
Extension Screenshots
Download ViewTeX Extension CRX File
Download ViewTeX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ViewTeX |
ID | hndddfcnkkjfkjmhnofcalgjheifajac |
Official URL | https://chromewebstore.google.com/detail/viewtex/hndddfcnkkjfkjmhnofcalgjheifajac |
Description | View LaTeX files (.tex) directly in Chrome™! |
File Size | 501 KB |
Installation Count | 544 |
Current Version | 0.2.0 |
Last Updated | 2014-09-17 |
Publish Date | 2014-09-16 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Penn Hackers |
Payment Type | free |
Supported Languages | 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" } ] } |