MATH Keys - Equation & Formula Editor

Free online equation editor that utilises LaTeX to allow users to write mathematical equations, formulas, and symbols online

Τι είναι το MATH Keys - Equation & Formula Editor;

Το MATH Keys - Equation & Formula Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mathkeyboards.com, και η κύρια λειτουργία του είναι "Free online equation editor that utilises LaTeX to allow users to write mathematical equations, formulas, and symbols online".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MATH Keys - Equation & Formula Editor

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

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

                        MATH Keys is a completely free online equation editor that allows users to write mathematical equations, formulas, and symbols online! Our mission is to boost productivity in academic life whether that is for teachers, graduates, or students.

Type out anything you want with your regular keyboard, and press the buttons on our MATH Keys to access mathematical symbols and operations. 

With the latex notation tools, you can copy whatever formula, equation, or symbol you just created anywhere you want.

How to use:

 - Use your computer keyboard to type your equation. You can use numbers, 
   letters, or any other symbol on your computer keyboard
 - Use the extension MATH Keys to click on symbols, such as integrals, 
   sigma, fraction, etc..
 - Navigate around using your mouse or use the arrows keys as follows:
 - Right Arrow: move the cursor forward. This is useful to get out of operation.  
    - For example, if you are inside square root, forward arrow will move the 
      cursor out of it
 - Left Arrow: move the cursor back
 - Up Arrow: create exponent
 - Down Arrow: create subscript

Use the buttons as follows:

 - Copy Button: copy the formula as image to the clipboard — paste it wherever 
   you'd like
 - New Button: delete the formula and start a new one

Features and formulas for:
 - Calculus
    - Finite and infinite Integrals
    - Derivatives
    - Limits
    - Sigma symbol
    - Combinatorics
 - Algebra
    - Logs
    - Exponents
    - Radicals
    - Fractions
    - Inequalities
    - matrix
 - Trigonometry
    - Trigonometric functions
    - Common greek symbols: pi, alpha, beta, theta

You can you use the math extension same as a math latex online editor, math equation online editor, or MathQuill editor.

New in version 4.0.0:
You can now create custom buttons — see instructions here: https://www.mathkeyboards.com/custom-buttons.

New in version 3.0.0:
You can now write multi-line equations. Press 'Enter' for a new line.

New in version 2.1.2:
You can now write matrices using MATH Keys.

New in version 2.1.1:
You can now change the font color by clicking the settings icon.

New in version 2.1.0:
Added history feature — you can now access and edit your old equations.

New in version 2.0.0:
You can now use your mouse to navigate around math keys!                    

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

Όνομα MATH Keys - Equation & Formula Editor MATH Keys - Equation & Formula Editor
ID imcaiokpoocfeplmgemffhmdokiaallo
Επίσημο URL https://chromewebstore.google.com/detail/math-keys-equation-formul/imcaiokpoocfeplmgemffhmdokiaallo
Περιγραφή Free online equation editor that utilises LaTeX to allow users to write mathematical equations, formulas, and symbols online
Μέγεθος Αρχείου 453 KB
Αριθμός Εγκαταστάσεων 42,930
Τρέχουσα Έκδοση 4.0.3
Τελευταία Ενημέρωση 2024-01-23
Ημερομηνία Δημοσίευσης 2022-07-16
Αξιολόγηση 4.82/5 Συνολικά 100 Αξιολογήσεις
Προγραμματιστής https://mathkeyboards.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mathkeyboards.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.mathkeyboards.com/help
URL της Σελίδας Πολιτικής Απορρήτου https://www.mathkeyboards.com/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "math_extention_main.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "host_permissions": [
        "https:\/\/mathkeyboards-347222.web.app\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}