Latex Math
a simple tool to generate math images from Latex
What is Latex Math?
Latex Math is a Chrome extension developed by Unknown, and its main feature is "a simple tool to generate math images from Latex".
Download Latex Math Extension CRX File
Download Latex Math 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
a simple tool to generate math images from Latex.
Extension Basic Information
Name | Latex Math |
ID | iadfnfppbfedncehcbccibaapaeipocd |
Official URL | https://chromewebstore.google.com/detail/latex-math/iadfnfppbfedncehcbccibaapaeipocd |
Description | a simple tool to generate math images from Latex |
File Size | 48.8 KB |
Installation Count | 823 |
Current Version | 0.9.0 beta |
Last Updated | 2017-09-21 |
Publish Date | 2017-09-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latex Math", "version": "0.9.0", "version_name": "0.9.0 beta", "author": "PengShaw", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_title": "Latex Math", "default_popup": "popup.html" } } |