Equation Finder

Quickly look up math and science equations.

Τι είναι το Equation Finder;

Το Equation Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://parasolarchives.com, και η κύρια λειτουργία του είναι "Quickly look up math and science equations.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Equation Finder

Λήψη αρχείων επέκτασης Equation Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Quickly lookup math and science equations right from your browser. A list of equations currently stored in the extension's database can be found on the extension's GitHub Wiki.

How to Use: Start typing in an equation name (e.g. Maxwell's Equations). If an equation starting with the input exists, it will be suggested to you. Hit enter to display the equation (if an equation with the given name exists in the database). Start typing to search for a new equation.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Equation Finder Equation Finder
ID cempkcjhopkkdjbhdcmogacchkllmkoi
Επίσημο URL https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi
Περιγραφή Quickly look up math and science equations.
Μέγεθος Αρχείου 622 KB
Αριθμός Εγκαταστάσεων 5,047
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 4.14/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://parasolarchives.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/djh101/chrome-equation-finder
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/djh101/chrome-equation-finder/wiki
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Equation Finder",
    "short_name": "Eqn. Finder",
    "description": "Quickly look up math and science equations.",
    "version": "0.2.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}