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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |