Small robust Calculator. Enter the expression you would like to evaluate and hit enter to go!
Places a tiny calculator right in your browser. Enter the mathematical equation you would like to evaluate in the textbox and hit enter to see the answer (just like a calculator).
This is a variant of the popular Status-bar Calculator extension for Firefox (from the same author)
Features:
-Supports simple math operators +, -, /, *
-Places sum in box so you just can keep going (like a calculator!)
-Use the ^ or ² as a shortcut to Math.pow() (only ONE "^" per calculation)
-Supports all JavaScript Math.functions()
-Keeps a presistend, clearable, clickable history of your calculations as you go
-See the last sum by hovering over the extension icon
-Displays a 1 to 3 digit preview of the sum is shown as a "badge"
-Choose from wide array of Geometry/Conversion formulas (more geometry & math formulas coming soon!)
-Choose what color the calculator icon shows up as
v0.4.3 Release Notes:
Added more Geometry formulas
Added conversion formulas (more coming soon)
Added JavaScript Math reference
Added link to options page
Added toggles to show/hide math references
v0.4.2 Release Notes:
Added custom fonts
Migrated from SVN to github!
Began adding some more formulas (WIP)
v0.4.1 Release Notes:
Corrected syntax for Math.PI
v0.4.0 Release Notes:
Added Geometry formulas and ability to place in calculation field with click of a button
http://github.com/cmcculloh/Status-bar-Calculator