Better Calculator
Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.
Cos'è Better Calculator?
Better Calculator è un'estensione di Chrome sviluppata da wanderer709, e la sua funzione principale è "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Calculator
Scarica i file di estensione Better Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fdmebdmofpephljgnkdknflclenmnfbp |
| URL Ufficiale | https://chromewebstore.google.com/detail/better-calculator/fdmebdmofpephljgnkdknflclenmnfbp |
| Descrizione | Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations. |
| Dimensione del File | 33.37 KB |
| Conteggio Installazioni | 64 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2021-08-18 |
| Data di Pubblicazione | 2021-05-11 |
| Sviluppatore | wanderer709 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |