Quadratic Equation Calculator

Find the roots of a quadratic equation!

What is Quadratic Equation Calculator?

Quadratic Equation Calculator is a Chrome extension developed by https://www.michael-trinh.me, and its main feature is "Find the roots of a quadratic equation!".

Extension Screenshots

screenshot
screenshot

Download Quadratic Equation Calculator Extension CRX File

Download Quadratic Equation Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Are you in high school?
Do you take math?
Do you take physics?
Do you encounter quadratic equations with non-whole number roots?
Are you tired of plugging in coefficients into the quadratic equation?
No longer.
Download this extension and you can find the roots with the click of a button anytime, anywhere.
Watching a Youtube video and you need to solve a quadratic equation?
One Download.
One Click.
One Quadratic Equation Calculator Extension.                    

Extension Basic Information

Name Quadratic Equation Calculator Quadratic Equation Calculator
ID gkfjhnedgnffmilanlpnnpochgpnicmn
Official URL https://chromewebstore.google.com/detail/quadratic-equation-calcul/gkfjhnedgnffmilanlpnnpochgpnicmn
Description Find the roots of a quadratic equation!
File Size 16.56 KB
Installation Count 447
Current Version 1.12
Last Updated 2017-08-17
Publish Date 2017-08-16
Rating 4.00/5 Total 4 Ratings
Developer https://www.michael-trinh.me
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quadratic Equation Calculator",
    "short_name": "Quad Solve",
    "version": "1.12",
    "manifest_version": 2,
    "description": "Find the roots of a quadratic equation!",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "Quadratic Equation Calculator",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    }
}