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
公式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
Eメール [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"
    }
}