Quadratic Equation Calculator
Find the roots of a quadratic equation!
Quadratic Equation Calculatorとは何ですか?
Quadratic Equation Calculatorはhttps://www.michael-trinh.meによって開発されたChromeの拡張機能で、その主な機能は「Find the roots of a quadratic equation!」です。
拡張機能のスクリーンショット
Quadratic Equation Calculator拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |