Equation Finder
Quickly look up math and science equations.
O que é Equation Finder?
Equation Finder é uma extensão do Chrome desenvolvida por https://parasolarchives.com, e sua principal característica é "Quickly look up math and science equations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Equation Finder
Baixe arquivos de extensão Equation Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
URL Oficial | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Descrição | Quickly look up math and science equations. |
Tamanho do Arquivo | 622 KB |
Contagem de Instalações | 5,047 |
Versão Atual | 0.2.1 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 4.14/5 Total de 7 Avaliações |
Desenvolvedor | https://parasolarchives.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/djh101/chrome-equation-finder |
URL da Página de Ajuda | https://github.com/djh101/chrome-equation-finder/wiki |
Idiomas Suportados | 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" } } |