texditor
Easily type your math and get its LaTeX.
What is texditor?
texditor is a Chrome extension developed by texditor, and its main feature is "Easily type your math and get its LaTeX.".
Extension Screenshots
Download texditor Extension CRX File
Download texditor 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 chrome extension that lets you quickly type math and renders LaTeX.
Extension Basic Information
Name | texditor |
ID | eanjkjeaiipcjcbghbdcanibflbbaind |
Official URL | https://chromewebstore.google.com/detail/texditor/eanjkjeaiipcjcbghbdcanibflbbaind |
Description | Easily type your math and get its LaTeX. |
File Size | 112 KB |
Installation Count | 277 |
Current Version | 0.0.0.3 |
Last Updated | 2017-07-26 |
Publish Date | 2017-07-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | texditor |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/chrisboo/texditor |
Help Page URL | https://github.com/chrisboo/texditor/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "texditor", "description": "Easily type your math and get its LaTeX.", "version": "0.0.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |