Better Calculator
Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.
O que é Better Calculator?
Better Calculator é uma extensão do Chrome desenvolvida por wanderer709, e sua principal característica é "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better Calculator
Baixe arquivos de extensão Better Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Better Calculator |
ID | fdmebdmofpephljgnkdknflclenmnfbp |
URL Oficial | https://chromewebstore.google.com/detail/better-calculator/fdmebdmofpephljgnkdknflclenmnfbp |
Descrição | Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations. |
Tamanho do Arquivo | 33.37 KB |
Contagem de Instalações | 64 |
Versão Atual | 1.4 |
Última Atualização | 2021-08-18 |
Data de Publicação | 2021-05-11 |
Desenvolvedor | wanderer709 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |