Trig Helper
This extension can solve trigonometry. Do not use for cheating on tests.
Trig Helperとは何ですか?
Trig HelperはNicholas Z.によって開発されたChromeの拡張機能で、その主な機能は「This extension can solve trigonometry. Do not use for cheating on tests.」です。
拡張機能のスクリーンショット
Trig Helper拡張機能のCRXファイルをダウンロード
Trig Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension has been developed after realizing there are no good Trigonometry solvers for High School students out there. This is very helpful when you don't want to do all the extra work to solve for the sides or angles of a triangle. The extension takes in: SSS, SAS, ASA, AAS, and SSA. This was made for helping you when you are stuck, DO NOT use to cheat on tests. If you run into errors, please contact me.
拡張機能の基本情報
名前 | |
ID | hggkalpbenecnnepdpamfnpoomgoidcj |
公式URL | https://chromewebstore.google.com/detail/trig-helper/hggkalpbenecnnepdpamfnpoomgoidcj |
説明 | This extension can solve trigonometry. Do not use for cheating on tests. |
ファイルサイズ | 250 KB |
インストール数 | 81 |
現在のバージョン | 1.2 |
最終更新日 | 2017-12-28 |
公開日 | 2017-12-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Nicholas Z. |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trig Helper", "short_name": "trigHelper", "description": "This extension can solve trigonometry. Do not use for cheating on tests.", "version": "1.2", "icons": { "128": "icon\/128.png", "48": "icon\/48.png", "16": "icon\/16.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |