Better Calculator
Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.
Co je Better Calculator?
Better Calculator je rozšíření Chrome vyvinuté wanderer709, a jeho hlavní funkcí je „Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better Calculator
Stáhněte si soubory rozšíření Better Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Better Calculator |
ID | fdmebdmofpephljgnkdknflclenmnfbp |
Oficiální URL | https://chromewebstore.google.com/detail/better-calculator/fdmebdmofpephljgnkdknflclenmnfbp |
Popis | Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations. |
Velikost souboru | 33.37 KB |
Počet instalací | 64 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2021-08-18 |
Datum Vydání | 2021-05-11 |
Vývojář | wanderer709 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |