QuickTeX
Rapidly render LaTeX in the menu bar.
What is QuickTeX?
QuickTeX is a Chrome extension developed by Arman Bhalla, and its main feature is "Rapidly render LaTeX in the menu bar.".
Extension Screenshots
Download QuickTeX Extension CRX File
Download QuickTeX 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
Rapidly and automatically render LaTeX in the menu browser. Take notes on various websites, save snippets, and view errors in your code. Along with that, comes the ability to copy and paste working code, and export it to images. Keep in mind that this add-on is in its extremely early alpha stage, so any advice would be necessary, and bugs can be expected.
Extension Basic Information
Name | QuickTeX |
ID | ailhlhfmlaelnmdebpekgnnblfedpnib |
Official URL | https://chromewebstore.google.com/detail/quicktex/ailhlhfmlaelnmdebpekgnnblfedpnib |
Description | Rapidly render LaTeX in the menu bar. |
File Size | 1.55 MB |
Installation Count | 298 |
Current Version | 1.4 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.33/5 Total 6 Ratings |
Developer | Arman Bhalla |
[email protected] | |
Payment Type | free |
Extension Website | https://techtide.github.io/ |
Help Page URL | https://techtide.github.io/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickTeX", "version": "1.4", "description": "Rapidly render LaTeX in the menu bar.", "icons": { "32": "icons\/QT-32.png", "48": "icons\/QT-48.png", "96": "icons\/QT-96.png" }, "browser_action": { "default_icon": "icons\/QT-96.png", "default_title": "QuickTeX", "default_popup": "popup\/window.html", "browser_style": true }, "permissions": [ "webRequest", "localStorage", "activeTabs" ] } |