An open API service indexing awesome lists of open source software.

https://github.com/bencooper222/firefox-address-bar-expression-parser

Parse and solve math in your Firefox address bar
https://github.com/bencooper222/firefox-address-bar-expression-parser

calculator firefox-addon mathjs

Last synced: about 2 months ago
JSON representation

Parse and solve math in your Firefox address bar

Awesome Lists containing this project

README

          

# firefox-address-bar-expression-parser

The dependencies needed to build this have been packaged into a Docker image. To build the project, run:

```bash
docker run -it ghcr.io/bencooper222/firefox-address-bar-expression-parser:master /bin/bash
npm run build
# extension built into the web-ext-artifacts directory
```