Math solver
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Τι είναι το Math solver;
Το Math solver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Explosion-Scratch, και η κύρια λειτουργία του είναι "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Math solver
Λήψη αρχείων επέκτασης Math solver σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This extension will calcualte the result and give it to you!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Math solver |
ID | fcmkdcldohbdlglienjjldifpahkkond |
Επίσημο URL | https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond |
Περιγραφή | An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This… |
Μέγεθος Αρχείου | 200 KB |
Αριθμός Εγκαταστάσεων | 2,002 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2021-12-08 |
Ημερομηνία Δημοσίευσης | 2021-12-08 |
Προγραμματιστής | Explosion-Scratch |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Math solver", "manifest_version": 2, "version": "0.0.1", "icons": { "16": "icon-16_x_16.png", "48": "icon-48_x_48.png", "128": "icon-128_x_128.png", "256": "icon-256_x_256.png" }, "background": { "scripts": [ "math.js", "background.js" ] }, "omnibox": { "keyword": "math" }, "permissions": [] } |