Better Calculator

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

什麼是Better Calculator?

Better Calculator是由wanderer709開發的Chrome擴展程式,該擴展的主要功能是“Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations.”。

擴展截圖

screenshot

下載Better Calculator擴展crx文件

下載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 Better Calculator
ID fdmebdmofpephljgnkdknflclenmnfbp
官方網址 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"
    }
}