Equation Finder
Quickly look up math and science equations.
What is Equation Finder?
Equation Finder is a Chrome extension developed by https://parasolarchives.com, and its main feature is "Quickly look up math and science equations.".
Extension Screenshots
Download Equation Finder Extension CRX File
Download Equation Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
Official URL | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Description | Quickly look up math and science equations. |
File Size | 622 KB |
Installation Count | 5,047 |
Current Version | 0.2.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.14/5 Total 7 Ratings |
Developer | https://parasolarchives.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/djh101/chrome-equation-finder |
Help Page URL | https://github.com/djh101/chrome-equation-finder/wiki |
Supported Languages | 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" } } |