Better Calculator
Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.
Τι είναι το Better Calculator;
Το Better Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wanderer709, και η κύρια λειτουργία του είναι "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better Calculator
Λήψη αρχείων επέκτασης Better Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Better Calculator |
ID | fdmebdmofpephljgnkdknflclenmnfbp |
Επίσημο URL | https://chromewebstore.google.com/detail/better-calculator/fdmebdmofpephljgnkdknflclenmnfbp |
Περιγραφή | Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations. |
Μέγεθος Αρχείου | 33.37 KB |
Αριθμός Εγκαταστάσεων | 64 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2021-08-18 |
Ημερομηνία Δημοσίευσης | 2021-05-11 |
Προγραμματιστής | wanderer709 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |