Equation Finder

Quickly look up math and science equations.

Co je Equation Finder?

Equation Finder je rozšíření Chrome vyvinuté https://parasolarchives.com, a jeho hlavní funkcí je „Quickly look up math and science equations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Equation Finder

Stáhněte si soubory rozšíření Equation Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Equation Finder Equation Finder
ID cempkcjhopkkdjbhdcmogacchkllmkoi
Oficiální URL https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi
Popis Quickly look up math and science equations.
Velikost souboru 622 KB
Počet instalací 5,047
Aktuální Verze 0.2.1
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 4.14/5 Celkem 7 Hodnocení
Vývojář https://parasolarchives.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/djh101/chrome-equation-finder
URL Stránky Nápovědy https://github.com/djh101/chrome-equation-finder/wiki
Podporované Jazyky 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"
    }
}