Equation Finder
Quickly look up math and science equations.
什么是Equation Finder?
Equation Finder是由https://parasolarchives.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly look up math and science equations.”。
扩展截图
下载Equation Finder扩展crx文件
下载Equation Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
官方URL | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
简介 | Quickly look up math and science equations. |
文件大小 | 622 KB |
安装次数 | 5,047 |
当前版本 | 0.2.1 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 4.14/5 共7次评分 |
开发者 | https://parasolarchives.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/djh101/chrome-equation-finder |
帮助页面URL | https://github.com/djh101/chrome-equation-finder/wiki |
支持的语言 | 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" } } |