Better Calculator

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

Better Calculator क्या है?

Better Calculator wanderer709 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser toolbar calculator, including arithmetic, exponents, trigonometry, and logarithms, respecting the order of operations."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}