Better Calculator

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

Better Calculator là gì?

Better Calculator là một tiện ích mở rộng Chrome được phát triển bởi wanderer709, và tính năng chính của nó là "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Calculator

Tải xuống các tệp mở rộng Better Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Calculator Better Calculator
ID fdmebdmofpephljgnkdknflclenmnfbp
URL Chính Thức https://chromewebstore.google.com/detail/better-calculator/fdmebdmofpephljgnkdknflclenmnfbp
Mô tả Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.
Kích Thước Tệp 33.37 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-08-18
Ngày Phát Hành 2021-05-11
Nhà Phát Triển wanderer709
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}