Quadratic Equation Calculator

Find the roots of a quadratic equation!

Quadratic Equation Calculatorคืออะไร?

Quadratic Equation Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.michael-trinh.me และคุณลักษณะหลักของมันคือ "Find the roots of a quadratic equation!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quadratic Equation Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Quadratic Equation Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quadratic Equation Calculator Quadratic Equation Calculator
ID gkfjhnedgnffmilanlpnnpochgpnicmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quadratic-equation-calcul/gkfjhnedgnffmilanlpnnpochgpnicmn
คำอธิบาย Find the roots of a quadratic equation!
ขนาดไฟล์ 16.56 KB
จำนวนการติดตั้ง 447
เวอร์ชันปัจจุบัน 1.12
อัปเดตครั้งล่าสุด 2017-08-17
วันที่เผยแพร่ 2017-08-16
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.michael-trinh.me
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}