Equation Finder
Quickly look up math and science equations.
Was ist Equation Finder?
Equation Finder ist eine Chrome-Erweiterung, die von https://parasolarchives.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly look up math and science equations.".
Erweiterungsscreenshots
Equation Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Equation Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
Offizielle URL | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Beschreibung | Quickly look up math and science equations. |
Dateigröße | 622 KB |
Installationsanzahl | 5,047 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.14/5 Insgesamt 7 Bewertungen |
Entwickler | https://parasolarchives.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/djh101/chrome-equation-finder |
Hilfeseite URL | https://github.com/djh101/chrome-equation-finder/wiki |
Unterstützte Sprachen | 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" } } |