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
公式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
Eメール [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"
    }
}