Trig Helper
This extension can solve trigonometry. Do not use for cheating on tests.
Trig Helper là gì?
Trig Helper là một tiện ích mở rộng Chrome được phát triển bởi Nicholas Z., và tính năng chính của nó là "This extension can solve trigonometry. Do not use for cheating on tests.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trig Helper
Tải xuống các tệp mở rộng Trig Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hggkalpbenecnnepdpamfnpoomgoidcj |
URL Chính Thức | https://chromewebstore.google.com/detail/trig-helper/hggkalpbenecnnepdpamfnpoomgoidcj |
Mô tả | This extension can solve trigonometry. Do not use for cheating on tests. |
Kích Thước Tệp | 250 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-12-28 |
Ngày Phát Hành | 2017-12-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Nicholas Z. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |