Overview of JS Calc
JS Calc is a powerful and versatile calculator extension for Google Chrome. It combines the numerical and matrix capabilities of Math.js with the symbolic computation power of Nerdamer.js (specifically, a fork often referred to as nerdamer-prime
as indicated by the use of nerdamer.all.min.js
). This provides users with a wide range of tools, from basic arithmetic and unit conversions to symbolic differentiation, integration, and equation solving, all within a convenient browser popup or standalone window.
The interface is inspired by classic computational software (Mathematica, MATLAB, etc.), prioritizing a clean, scrollable history and an efficient input method.
Think in math, not buttons.
Installation
Standard Stable Version
For the official release, simply search for "JS Calc" on the Chrome Web Store and click "Add to Chrome" or for MS Edge Add-ons search and click "Get".
Development Version
While JS Calc aims to be available on the Chrome Web Store or Edge Add-ons, if you are using a development version or contributing:
- Download/Clone: Obtain the extension files from the GitLab repository JS_Calc, extract and place them in a local folder.
- Open Chrome Extensions: Navigate to
chrome://extensions
oredge://extensions
in your Chrome browser. - Enable Developer Mode: Ensure the "Developer mode" toggle is ON (usually top-right).
- Load Unpacked: Click "Load unpacked" and select the folder containing the extension's
manifest.json
file. - The "JS Calculator" icon
will appear in your toolbar.