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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}