Equation Finder

Quickly look up math and science equations.

Vad är Equation Finder?

Equation Finder är en Chrome-tillägg utvecklad av https://parasolarchives.com, och dess huvudfunktion är "Quickly look up math and science equations.".

Tilläggsskärmbilder

screenshot

Ladda ner Equation Finder-förlängningens CRX-fil

Ladda ner Equation Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Equation Finder Equation Finder
ID cempkcjhopkkdjbhdcmogacchkllmkoi
Officiell webbadress https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi
Beskrivning Quickly look up math and science equations.
Filstorlek 622 KB
Antal Installationer 5,047
Aktuell Version 0.2.1
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 4.14/5 Totalt 7 Betyg
Utvecklare https://parasolarchives.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/djh101/chrome-equation-finder
Hjälpsida URL https://github.com/djh101/chrome-equation-finder/wiki
Stödda Språk 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"
    }
}