Equation Finder
Quickly look up math and science equations.
Wat is Equation Finder?
Equation Finder is een Chrome-extensie ontwikkeld door https://parasolarchives.com, en de belangrijkste functie is "Quickly look up math and science equations.".
Extensie Screenshots
Download het CRX-bestand van de extensie Equation Finder
Download Equation Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
Officiële URL | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Beschrijving | Quickly look up math and science equations. |
Bestandsgrootte | 622 KB |
Aantal Installaties | 5,047 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://parasolarchives.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/djh101/chrome-equation-finder |
Help Pagina-URL | https://github.com/djh101/chrome-equation-finder/wiki |
Ondersteunde Talen | 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" } } |