Equation Finder

Quickly look up math and science equations.

Apa itu Equation Finder?

Equation Finder adalah ekstensi Chrome yang dikembangkan oleh https://parasolarchives.com, dan fitur utamanya adalah "Quickly look up math and science equations.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Equation Finder

Unduh file ekstensi Equation Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Equation Finder Equation Finder
ID cempkcjhopkkdjbhdcmogacchkllmkoi
URL Resmi https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi
Deskripsi Quickly look up math and science equations.
Ukuran File 622 KB
Jumlah Instalasi 5,047
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 4.14/5 Total 7 Penilaian
Pengembang https://parasolarchives.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/djh101/chrome-equation-finder
URL Halaman Bantuan https://github.com/djh101/chrome-equation-finder/wiki
Bahasa yang Didukung 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"
    }
}