Equation Finder
Quickly look up math and science equations.
Hvad er Equation Finder?
Equation Finder er en Chrome-udvidelse udviklet af https://parasolarchives.com, og dens hovedfunktion er "Quickly look up math and science equations.".
Udvidelsesskærmbilleder
Download Equation Finder-udvidelses-CRX-fil
Download Equation Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
Officiel URL | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Beskrivelse | Quickly look up math and science equations. |
Filstørrelse | 622 KB |
Antal Installationer | 5,047 |
Nuværende Version | 0.2.1 |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 4.14/5 Samlet 7 Bedømmelser |
Udvikler | https://parasolarchives.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/djh101/chrome-equation-finder |
Hjælpeside-URL | https://github.com/djh101/chrome-equation-finder/wiki |
Understøttede Sprog | 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" } } |