Math Tools

Super calculator with ability to graph, type or handwrite equations. Equation cropping to input equations into docs & forms.

Τι είναι το Math Tools;

Το Math Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mr. Teachnology Inc., και η κύρια λειτουργία του είναι "Super calculator with ability to graph, type or handwrite equations. Equation cropping to input equations into docs & forms.".

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

screenshot
screenshot
screenshot

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

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

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

                        Math Tools
By Mr. Teachnology / Jay Murphy

From Calculations to Equations to Graphing.....bring your math work to the next level with Math Tools by 
Mr. Teachnology.  

Features:
Equation Cropper feature allows you to crop your typed equation and place it wherever you wish...from docs to forms. 
Use the screenshot feature to capture your work.  Copy and paste your screenshots to a slideshow to document your efforts to solve problems.  
Handwriting recognition for hand drawn equations / problem solving.  
 

Stop wasting valuable class time while students locate learning tools such as calculators, graphing tools.  Simply install Math Tools-- A Chrome extension which provides learners with a simple platform that serves a toolbox for all of their math essentials.  Math Tools includes a digital Scientific Calculator, a Graphing Calculator and an Equation writer all in one seamless solution.  Students with organizational and management difficulties often feel defeated before they begin a math task due to an inability to locate the proper materials within the provided time frame.  Math tools will Empower these students to arrive in class confidently.  

Please consider supporting Mr. Teachnology / Math Tools to help us keep our web tools free.                    

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

Όνομα Math Tools Math Tools
ID ngeipjajooddgpedkfobklklflllhppn
Επίσημο URL https://chromewebstore.google.com/detail/math-tools/ngeipjajooddgpedkfobklklflllhppn
Περιγραφή Super calculator with ability to graph, type or handwrite equations. Equation cropping to input equations into docs & forms.
Μέγεθος Αρχείου 3.96 MB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2020-07-04
Ημερομηνία Δημοσίευσης 2020-07-03
Αξιολόγηση 3.35/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Mr. Teachnology Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.jaymurphy.org
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math Tools",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Super calculator with ability to graph, type or handwrite equations. Equation cropping to input equations into docs & forms.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/logo.png",
        "default_title": "Math Tools"
    },
    "permissions": [
        "http:\/\/www.jaymurphy.org\/Math_tool\/equation_writer\/*",
        "http:\/\/www.jaymurphy.org\/Math_tool\/draw_equation\/*",
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.jaymurphy.org\/Math_tool\/equation_writer\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/edit1.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.jaymurphy.org\/Math_tool\/draw_equation\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/edit2.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "math\/equation_writer\/index.html",
        "math\/graphing_calculator\/index.html",
        "cropper\/index.html",
        "draw equation\/index.html"
    ],
    "content_security_policy": "script-src 'self'  'unsafe-eval'  "
}