Equation Finder

Quickly look up math and science equations.

什麼是Equation Finder?

Equation Finder是由https://parasolarchives.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly look up math and science equations.”。

擴展截圖

screenshot

下載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 Equation Finder
ID cempkcjhopkkdjbhdcmogacchkllmkoi
官方網址 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"
    }
}