Trig Helper
This extension can solve trigonometry. Do not use for cheating on tests.
Что такое Trig Helper?
Trig Helper - это расширение Chrome, разработанное Nicholas Z., и его основная функция - "This extension can solve trigonometry. Do not use for cheating on tests.".
Снимки экрана расширения
Скачать файл CRX расширения Trig Helper
Скачайте файлы расширений 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. |
Электронная почта | [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" } } |