This browser add-on is the current focus of our development. This is a tool that creates mathematical expressions for use in just about any web platform, such as GSuite, Microsoft Office Online, and Blackboard. The generated images are also screen reader compatible, provided the platform of interest also allows for such. This plugin also implements the autocorrect functionality of SymbOffice, though web platforms that use APIs other than the typical Document Object Model will not have this functionality.
Get TeX Math Here for Firefox and Chrome.
The web-ext
tool comes quite in handy
for debugging purposes. On Linux, you can use the following to test our target
browsers:
Firefox | web-ext run |
Chrome | web-ext run -t chromium |
Edge | web-ext run -t chromium --chromium-binary $(which microsoft-edge) |