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 |
官方網址 | 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. |
電子郵箱 | [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" } } |