Math Equations Anywhere

Add equations to your math page

Math Equations Anywhere क्या है?

Math Equations Anywhere https://mathequations.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add equations to your math page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Math Equations Anywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        --Features Support
* Support for Latex,MathML, AsciiMath
* should work on most websites
* Colored Equations
* Multiple Sizes
* Downloadable Images


How it works

   Type your math equation into the left text box and a preview of the image will be created on the right.  When you are done it, click the "copy image" button and it will load the image into your clipboard.  

  Then you can past the images with the command "Ctrl + V" or by right clicking and pasting.  

  On website that support you can just drag the image into the webpage.  


Tested on
* Google Slides, Google Docs,
* Onenote



message me with error or features at [email protected]
Code - https://github.com/brendena/MathEquations-ExtensionV2                    

एक्सटेंशन की मूल जानकारी

नाम Math Equations Anywhere Math Equations Anywhere
ID fkioioejambaepmmpepneigdadjpfamh
आधिकारिक URL https://chromewebstore.google.com/detail/math-equations-anywhere/fkioioejambaepmmpepneigdadjpfamh
विवरण Add equations to your math page
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 11,831
वर्तमान संस्करण 5.0.3
अंतिम अपडेट 2022-07-20
प्रकाशन तिथि 2020-03-29
रेटिंग 4.10/5 कुल 10 रेटिंग्स
डेवलपर https://mathequations.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math Equations Anywhere",
    "version": "5.0.3",
    "description": "Add equations to your math page",
    "manifest_version": 3,
    "author": "Brenden Adamczak",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "open-close-extension": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Opens the extension or closes it"
        }
    },
    "icons": {
        "16": ".\/img\/16x16.png",
        "32": ".\/img\/32x32.png",
        "48": ".\/img\/48x48.png",
        "96": ".\/img\/96x96.png",
        "128": ".\/img\/128x128.png",
        "512": ".\/img\/512x512.png"
    },
    "action": {
        "default_icon": [],
        "default_title": "Math Equations"
    }
}