Equation Finder
Quickly look up math and science equations.
Cos'è Equation Finder?
Equation Finder è un'estensione di Chrome sviluppata da https://parasolarchives.com, e la sua funzione principale è "Quickly look up math and science equations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Equation Finder
Scarica i file di estensione Equation Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
URL Ufficiale | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Descrizione | Quickly look up math and science equations. |
Dimensione del File | 622 KB |
Conteggio Installazioni | 5,047 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.14/5 Totale 7 Valutazioni |
Sviluppatore | https://parasolarchives.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/djh101/chrome-equation-finder |
URL della Pagina di Aiuto | https://github.com/djh101/chrome-equation-finder/wiki |
Lingue Supportate | 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" } } |