Equation Finder

Quickly look up math and science equations.

ما هو Equation Finder؟

Equation Finder هو إضافة Chrome تم تطويرها بواسطة https://parasolarchives.com، والميزة الرئيسية لها هي "Quickly look up math and science equations.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Equation Finder

قم بتنزيل ملفات الامتداد Equation Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}