TeXBoard
A Chrome extension for making quick latex equations.
What is TeXBoard?
TeXBoard is a Chrome extension developed by ishmandoo, and its main feature is "A Chrome extension for making quick latex equations.".
Extension Screenshots
Download TeXBoard Extension CRX File
Download TeXBoard 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
An extension for creating quick LaTeX equations for copying into documents or emails.
Extension Basic Information
Name | TeXBoard |
ID | ndaefkidgejehobioaplkhiembjacdnb |
Official URL | https://chromewebstore.google.com/detail/texboard/ndaefkidgejehobioaplkhiembjacdnb |
Description | A Chrome extension for making quick latex equations. |
File Size | 15.97 KB |
Installation Count | 344 |
Current Version | 1.7 |
Last Updated | 2018-03-15 |
Publish Date | 2018-03-15 |
Rating | 4.50/5 Total 2 Ratings |
Developer | ishmandoo |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TeXBoard", "description": "A Chrome extension for making quick latex equations.", "version": "1.7", "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "icon128.png" } } |