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
- Host: GitHub
- URL: https://github.com/bencooper222/firefox-address-bar-expression-parser
- Owner: bencooper222
- License: other
- Created: 2019-04-11T23:59:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T06:48:00.000Z (over 3 years ago)
- Last Synced: 2023-02-26T10:36:23.303Z (about 3 years ago)
- Topics: calculator, firefox-addon, mathjs
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/address-bar-math/
- Size: 1.13 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
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
```