Equation Finder
Quickly look up math and science equations.
Qu'est-ce que Equation Finder ?
Equation Finder est une extension Chrome développée par https://parasolarchives.com, et sa fonction principale est "Quickly look up math and science equations.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Equation Finder
Téléchargez les fichiers d'extension Equation Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
URL Officiel | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Description | Quickly look up math and science equations. |
Taille du Fichier | 622 KB |
Nombre d'Installations | 5,047 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.14/5 Total 7 Évaluations |
Développeur | https://parasolarchives.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/djh101/chrome-equation-finder |
URL de la Page d'Aide | https://github.com/djh101/chrome-equation-finder/wiki |
Langues Prises en Charge | 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" } } |