Equation Finder
Quickly look up math and science equations.
¿Qué es Equation Finder?
Equation Finder es una extensión de Chrome desarrollada por https://parasolarchives.com, y su función principal es "Quickly look up math and science equations.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Equation Finder
Descarga archivos de extensión Equation Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
URL Oficial | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Descripción | Quickly look up math and science equations. |
Tamaño del Archivo | 622 KB |
Cantidad de Instalaciones | 5,047 |
Versión Actual | 0.2.1 |
Última Actualización | 2019-03-08 |
Fecha de Publicación | 2019-03-08 |
Calificación | 4.14/5 Total de 7 Calificaciones |
Desarrollador | https://parasolarchives.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/djh101/chrome-equation-finder |
URL de la Página de Ayuda | https://github.com/djh101/chrome-equation-finder/wiki |
Idiomas Soportados | 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" } } |