Equation Finder

Quickly look up math and science equations.

Equation Finder क्या है?

Equation Finder https://parasolarchives.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly look up math and science equations."।

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

screenshot

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

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

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

                        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"
    }
}