Better Calculator

Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.

Wat is Better Calculator?

Better Calculator is een Chrome-extensie ontwikkeld door wanderer709, en de belangrijkste functie is "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Better Calculator

Download Better Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Better Calculator is a calculator that can be brought up straight from the  web toolbar!

Better Calculator:
- includes basic arithmetic ( + - * / ) plus exponents, trigonometry, and logarithms.
- respects the order of operations (parentheses first, then exponents, then multiplication and division, and finally addition and subtraction, all left to right).
- saves your expressions in case you need to (or accidentally!) close and have to reopen the calculator.
- responds to both clickable buttons and keyboard commands. 
- Many of the key commands are easily found, but some might not be. Click the "Help!" button if you are not sure.                    

Basisinformatie over de Extensie

Naam Better Calculator Better Calculator
ID fdmebdmofpephljgnkdknflclenmnfbp
Officiële URL https://chromewebstore.google.com/detail/better-calculator/fdmebdmofpephljgnkdknflclenmnfbp
Beschrijving Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.
Bestandsgrootte 33.37 KB
Aantal Installaties 64
Huidige Versie 1.4
Laatst Bijgewerkt 2021-08-18
Publicatiedatum 2021-05-11
Ontwikkelaar wanderer709
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Calculator",
    "description": "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.",
    "version": "1.4",
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Better Calculator"
    }
}