Trig Helper
This extension can solve trigonometry. Do not use for cheating on tests.
Trig Helper क्या है?
Trig Helper Nicholas Z. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can solve trigonometry. Do not use for cheating on tests."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trig Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |