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" } } |