Equation Finder

Quickly look up math and science equations.

Equation Finder là gì?

Equation Finder là một tiện ích mở rộng Chrome được phát triển bởi https://parasolarchives.com, và tính năng chính của nó là "Quickly look up math and science equations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Equation Finder

Tải xuống các tệp mở rộng Equation Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Equation Finder Equation Finder
ID cempkcjhopkkdjbhdcmogacchkllmkoi
URL Chính Thức https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi
Mô tả Quickly look up math and science equations.
Kích Thước Tệp 622 KB
Số Lần Cài Đặt 5,047
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://parasolarchives.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/djh101/chrome-equation-finder
URL Trang Trợ Giúp https://github.com/djh101/chrome-equation-finder/wiki
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}